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>
|
||
|---|---|---|
| .. | ||
| fixqt4headers.pl | ||
| qmake-wrapper-for-target.bat.in | ||
| qmake-wrapper-for-target.in | ||
| qt-cmake-private-install.cmake.in | ||
| qt-cmake-standalone-test.in | ||
| qt-cmake.bat.in | ||
| qt-cmake.in | ||
| qt-configure-module.bat.in | ||
| qt-configure-module.in | ||
| qt-internal-configure-tests.in | ||
| syncqt.pl | ||