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