summaryrefslogtreecommitdiffstats
path: root/bin/qmake-wrapper-for-target.bat.in
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-23 10:52:22 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-23 21:11:55 +0200
commit351d066adb5caa96f2e0739df5fc0601976a5248 (patch)
tree608952a38d0ce49bd09d5627454a65b40a61bb2e /bin/qmake-wrapper-for-target.bat.in
parentf22644c5fa8ddb7442a8dc89e29775544576d060 (diff)
CMake: Put the -qtconf argument in front in the qmake wrapper
For QMake's -install argument it's necessary to have -qtconf in front. Task-number: QTBUG-87801 Change-Id: I042acdd143972cc4065660035b02678db891157f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'bin/qmake-wrapper-for-target.bat.in')
-rw-r--r--bin/qmake-wrapper-for-target.bat.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmake-wrapper-for-target.bat.in b/bin/qmake-wrapper-for-target.bat.in
index cce775a768..8df27eaa44 100644
--- a/bin/qmake-wrapper-for-target.bat.in
+++ b/bin/qmake-wrapper-for-target.bat.in
@@ -1,2 +1,2 @@
@echo off
-@host_qt_bindir@\qmake.exe %* -qtconf "%~dp0\target_qt.conf"
+@host_qt_bindir@\qmake.exe -qtconf "%~dp0\target_qt.conf" %*