mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-17 11:59:46 +00:00
fix qmake
This commit is contained in:
parent
8cac963e1d
commit
551df579a1
6
test.pri
6
test.pri
@ -2,7 +2,12 @@ unix:exec = $$PWD/SnakeServer/serverProtocolTests/build/release/serverTests
|
|||||||
win32:exec = $$PWD/SnakeServer/serverProtocolTests/build/release/serverTests.exe
|
win32:exec = $$PWD/SnakeServer/serverProtocolTests/build/release/serverTests.exe
|
||||||
QT_DIR = $$[QT_HOST_BINS]
|
QT_DIR = $$[QT_HOST_BINS]
|
||||||
|
|
||||||
|
win32:QMAKE_BIN = $$QT_DIR/qmake.exe
|
||||||
|
contains(QMAKE_HOST.os, Linux):{
|
||||||
QMAKE_BIN = $$QT_DIR/qmake
|
QMAKE_BIN = $$QT_DIR/qmake
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 5
|
deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 5
|
||||||
|
|
||||||
@ -13,3 +18,4 @@ win32:test.commands = $$PWD/deployTests/serverTests.exe
|
|||||||
QMAKE_EXTRA_TARGETS += \
|
QMAKE_EXTRA_TARGETS += \
|
||||||
deployTest \
|
deployTest \
|
||||||
test
|
test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user