mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 22:49:35 +00:00
fix crossdeploy envirement error
This commit is contained in:
parent
fae1985972
commit
f267b8876f
@ -277,11 +277,10 @@ QString Deploy::getQtDir() const { return DeployUtils::qtDir; }
|
|||||||
void Deploy::setQtDir(const QString &value) {
|
void Deploy::setQtDir(const QString &value) {
|
||||||
DeployUtils::qtDir = QDir::fromNativeSeparators(value);
|
DeployUtils::qtDir = QDir::fromNativeSeparators(value);
|
||||||
addEnv(DeployUtils::qtDir);
|
addEnv(DeployUtils::qtDir);
|
||||||
#ifdef Q_OS_WIN
|
|
||||||
addEnv(DeployUtils::qtDir + "/bin");
|
|
||||||
#else
|
|
||||||
addEnv(DeployUtils::qtDir + "/lib");
|
addEnv(DeployUtils::qtDir + "/lib");
|
||||||
#endif
|
addEnv(DeployUtils::qtDir + "/bin");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Deploy::setExtraPath(const QStringList &value) {
|
void Deploy::setExtraPath(const QStringList &value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user