try fix windows build (get system variable on qmake )

This commit is contained in:
Andrei Yankovich 2020-02-11 12:55:42 +03:00
parent 61387398e0
commit fd0bea44b8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 87fb2b4e1d079575393f981920e745a21391ba7b
Subproject commit bef33ed38bf7b56f63562e82616e5ddb5c476ee7

View File

@ -8,7 +8,7 @@ contains(QMAKE_HOST.os, Linux):{
}
DEPLOYER=cqtdeployer
win32:DEPLOYER=$$cqtdeployer
win32:DEPLOYER=$cqtdeployer
deployTest.commands = $$DEPLOYER -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4