mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 09:44:33 +00:00
try fix windows tests
This commit is contained in:
parent
e814a558b7
commit
98be0d133d
@ -906,6 +906,9 @@ QSet<QString> ModulesQt63::qtLibs(const QString &distDir) const {
|
||||
"./" + distDir + "/plugins/platforms/qminimal.dll",
|
||||
"./" + distDir + "/plugins/platforms/qoffscreen.dll",
|
||||
"./" + distDir + "/plugins/platforms/qwindows.dll",
|
||||
"./" + distDir + "/tls/qcertonlybackend.dll",
|
||||
"./" + distDir + "/tls/qopensslbackend.dll",
|
||||
"./" + distDir + "/tls/qschennelbackend.dll",
|
||||
"./" + distDir + "/plugins/styles/qwindowsvistastyle.dll",
|
||||
"./" + distDir + "/qt.conf",
|
||||
"./" + distDir + "/translations/qtbase_ar.qm",
|
||||
|
@ -275,7 +275,9 @@ tstMain::tstMain() {
|
||||
cqtTestPath = cqtTestPath +
|
||||
DeployCore::getEnvSeparator() +
|
||||
QT_BASE_DIR + "/../../Tools/QtInstallerFramework/4.5/bin/";
|
||||
|
||||
cqtTestPath = cqtTestPath +
|
||||
DeployCore::getEnvSeparator() +
|
||||
QT_BASE_DIR + "/../../Tools/QtInstallerFramework/4.6/bin/";
|
||||
qputenv("PATH", cqtTestPath.toLatin1().data());
|
||||
TestUtils utils;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user