From 351d066adb5caa96f2e0739df5fc0601976a5248 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 23 Oct 2020 10:52:22 +0200 Subject: 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 --- bin/qmake-wrapper-for-target.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/qmake-wrapper-for-target.bat.in') 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" %* -- cgit v1.2.3