4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-03 21:19:34 +00:00

Merge branch 'v1.4' into wiki

This commit is contained in:
Andrei Yankovich 2020-02-04 18:37:42 +03:00
commit 488dc56ab8

@ -3,19 +3,16 @@ win32:exec = $$PWD/UnitTests/build/release/UnitTests.exe
QT_DIR= $$[QT_HOST_BINS]
win32:QMAKE_BIN= $$QT_DIR/qmake.exe
win32:DEPLOYER= %cqtdeployer%
contains(QMAKE_HOST.os, Linux):{
QMAKE_BIN= $$QT_DIR/qmake
win32:DEPLOYER= cqtdeployer
}
deployTest.commands = $$DEPLOYER -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
unix:deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
test.depends = deployTest
unix:!android:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000
win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000
#win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000
contains(QMAKE_HOST.os, Linux):{
win32:test.commands =