unlcok new windows tests

This commit is contained in:
Andrei Yankovich 2022-10-22 15:34:51 +03:00
parent cdd2825a16
commit 1886f59075

View File

@ -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();