mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 14:39:35 +00:00
fix snap
This commit is contained in:
parent
cbfc9c8d4e
commit
4c6c56b625
@ -1327,7 +1327,7 @@ bool ConfigParser::setQtDir(const QString &value) {
|
||||
_config.qtDir.setBins(info.absoluteFilePath() + ("/bin"));
|
||||
|
||||
if (DeployCore::isDebianQt(value)) {
|
||||
_config.qtDir.setLibs(info.absoluteFilePath() + ("/.."));
|
||||
_config.qtDir.setLibs(info.absolutePath());
|
||||
} else {
|
||||
if (!QFile::exists(info.absoluteFilePath() + ("/lib"))) {
|
||||
QuasarAppUtils::Params::log("get qt lib failed!", QuasarAppUtils::Debug);
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7ff9620735e269be06a1eb846e11b3e7d56a298f
|
||||
Subproject commit a50d7a0348bfe57d3bed2d808da8001f3d82899b
|
Loading…
x
Reference in New Issue
Block a user