We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fe073 commit 018dd26Copy full SHA for 018dd26
test.pri
@@ -13,7 +13,7 @@ win32:DEPLOYER=$$(cqtdeployer)
13
deployTest.commands = $$DEPLOYER -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
14
15
16
-test.depends = deployTest
+!android:test.depends = deployTest
17
unix:!android:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000
18
win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000 -o $$PWD/buildLog.log
19
0 commit comments