Skip to content

Commit 018dd26

Browse files
committed
fix android tests
1 parent d0fe073 commit 018dd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ win32:DEPLOYER=$$(cqtdeployer)
1313
deployTest.commands = $$DEPLOYER -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
1414

1515

16-
test.depends = deployTest
16+
!android:test.depends = deployTest
1717
unix:!android:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000
1818
win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000 -o $$PWD/buildLog.log
1919

0 commit comments

Comments
 (0)