mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-14 02:19:35 +00:00
unlcok new windows tests
This commit is contained in:
parent
cdd2825a16
commit
1886f59075
@ -38,17 +38,17 @@ void QtTest::test() {
|
|||||||
// test auto detection of detection qmake from PATH
|
// test auto detection of detection qmake from PATH
|
||||||
runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
|
runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
|
||||||
|
|
||||||
//#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
// // test auto detection of detection qmake from RPATH
|
// test auto detection of detection qmake from RPATH
|
||||||
// runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree);
|
runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree);
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// comapareTree = TestModule.qtWithoutTr();
|
comapareTree = TestModule.qtWithoutTr();
|
||||||
|
|
||||||
|
|
||||||
// runTestParams({"-bin", bin, "clear" ,
|
runTestParams({"-bin", bin, "clear" ,
|
||||||
// "-qmake", qmake, "noTranslations"}, &comapareTree);
|
"-qmake", qmake, "noTranslations"}, &comapareTree);
|
||||||
|
|
||||||
|
|
||||||
// comapareTree = TestModule.qmlLibs();
|
// comapareTree = TestModule.qmlLibs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user