qt5base-lts/bin
Joerg Bornemann 2a29426e39 CMake: Fix argument passing for configure.bat / qt-configure-module.bat
Passing arguments with equal signs was broken for configure.bat and
qt-configure-module.bat. An argument FOO=BAR was split at = and written
as
    FOO
    BAR
to config.opt, breaking every attempt of assigning CMake variables.

We must not iterate over %* in batch files to avoid splitting arguments
at equal signs. Instead, pass %* unmodified to a CMake script that
writes config.opt.

Fixes: QTBUG-88019
Change-Id: I7c743a206961d1ed168f2313f864905f6b345b49
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-10-30 08:22:30 +01:00
..
fixqt4headers.pl Updated license headers 2016-01-15 12:25:24 +00:00
qmake-wrapper-for-target.bat.in CMake: Put the -qtconf argument in front in the qmake wrapper 2020-10-23 21:11:55 +02:00
qmake-wrapper-for-target.in CMake: Put the -qtconf argument in front in the qmake wrapper 2020-10-23 21:11:55 +02:00
qt-cmake-private-install.cmake.in Do not strip binaries for MSVC builds 2020-10-29 11:24:46 +01:00
qt-cmake-standalone-test.in Add OS-specific prelude to qt-cmake-standalone-test 2020-07-15 15:13:05 +00:00
qt-cmake.bat.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
qt-cmake.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
qt-configure-module.bat.in CMake: Fix argument passing for configure.bat / qt-configure-module.bat 2020-10-30 08:22:30 +01:00
qt-configure-module.in CMake: Prepare configure/qt-configure-module for calling more scripts 2020-10-30 08:22:26 +01:00
qt-internal-configure-tests.in CMake: Provide a qt-internal-configure-tests script 2020-10-26 15:23:25 +01:00
syncqt.pl Streamline the template specialization of QESDP's dtor 2020-10-05 10:16:52 +02:00