diff --git a/test.pri b/test.pri index 65db5c1..6906d55 100644 --- a/test.pri +++ b/test.pri @@ -13,7 +13,7 @@ win32:DEPLOYER=$$(cqtdeployer) deployTest.commands = $$DEPLOYER -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4 -test.depends = deployTest +!android:test.depends = deployTest unix:!android:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000 win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000 -o $$PWD/buildLog.log