diff --git a/test.pri b/test.pri index 1adbe08..6c49227 100644 --- a/test.pri +++ b/test.pri @@ -7,7 +7,7 @@ contains(QMAKE_HOST.os, Linux):{ QMAKE_BIN= $$QT_DIR/qmake } -deployTest.commands = cqtdeployer -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