8ffb6ce64c
The config.redo script can be executed to reconfigure a pre-existing
qt build dir with the configure options that were last passed to the
build.
It just calls the original configure script with the -redo option.
It's nicer than calling configure + -redo manually because you don't
need to write out the full source path for configure.
In qt 5 times this script was called config.status.
On windows the script is called config.redo.bat.
Rename the config.redo file that QtWriteArgsFile.cmake writes to
to config.redo.last, so it doesn't conflict with the name of new
config.redo script.
Amends
|
||
---|---|---|
.. | ||
qt-internal-config.redo.bat.in | ||
qt-internal-config.redo.in | ||
qt-internal-configure-tests.bat.in | ||
qt-internal-configure-tests.in | ||
qt-internal-ninja.bat.in | ||
qt-internal-ninja.in | ||
qt-internal-strip.bat.in | ||
qt-internal-strip.in |