mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 22:49:35 +00:00
fix the setQmake method
This commit is contained in:
parent
fc01a577ce
commit
744ecff9c2
@ -1307,6 +1307,9 @@ bool ConfigParser::setQmake(const QString &value) {
|
||||
}
|
||||
}
|
||||
|
||||
if (_config.qtDir.getLibs().isEmpty())
|
||||
return false;
|
||||
|
||||
_config.envirement.addEnv(_config.qtDir.getLibs());
|
||||
_config.envirement.addEnv(_config.qtDir.getBins());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user