mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 06:29:35 +00:00
Merge branch 'v1.4' into wiki
This commit is contained in:
commit
488dc56ab8
7
test.pri
7
test.pri
@ -3,19 +3,16 @@ win32:exec = $$PWD/UnitTests/build/release/UnitTests.exe
|
|||||||
|
|
||||||
QT_DIR= $$[QT_HOST_BINS]
|
QT_DIR= $$[QT_HOST_BINS]
|
||||||
win32:QMAKE_BIN= $$QT_DIR/qmake.exe
|
win32:QMAKE_BIN= $$QT_DIR/qmake.exe
|
||||||
win32:DEPLOYER= %cqtdeployer%
|
|
||||||
contains(QMAKE_HOST.os, Linux):{
|
contains(QMAKE_HOST.os, Linux):{
|
||||||
QMAKE_BIN= $$QT_DIR/qmake
|
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
|
test.depends = deployTest
|
||||||
unix:!android:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000
|
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):{
|
contains(QMAKE_HOST.os, Linux):{
|
||||||
win32:test.commands =
|
win32:test.commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user