mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-11 00:49:36 +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
|
||||
runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
|
||||
|
||||
//#ifdef Q_OS_UNIX
|
||||
// // test auto detection of detection qmake from RPATH
|
||||
// runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree);
|
||||
//#endif
|
||||
#ifdef Q_OS_UNIX
|
||||
// test auto detection of detection qmake from RPATH
|
||||
runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree);
|
||||
#endif
|
||||
|
||||
|
||||
// comapareTree = TestModule.qtWithoutTr();
|
||||
comapareTree = TestModule.qtWithoutTr();
|
||||
|
||||
|
||||
// runTestParams({"-bin", bin, "clear" ,
|
||||
// "-qmake", qmake, "noTranslations"}, &comapareTree);
|
||||
runTestParams({"-bin", bin, "clear" ,
|
||||
"-qmake", qmake, "noTranslations"}, &comapareTree);
|
||||
|
||||
|
||||
// comapareTree = TestModule.qmlLibs();
|
||||
|
Loading…
x
Reference in New Issue
Block a user