diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-07-06 14:41:09 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-08-18 17:10:29 +0000 |
commit | 672c0b3721201dcc5c41868b4c67976dc57d5e81 (patch) | |
tree | 10c710abe79d2fe0751348a8e908e9799e60b981 /config_help.txt | |
parent | fd3e12e7a6c71a244650415a86e98d910a011ebe (diff) | |
download | qtbase-672c0b3721201dcc5c41868b4c67976dc57d5e81.tar.gz |
unify configure command line saving with configure.exe
that is, save it to config.opt and recall it when -redo is used (and do
not write it again in this case).
a trivial config.status is still created, as having it is very
convenient when shadow-building.
Task-number: QTBUG-38792
Change-Id: I5e9f7374d6bfc60c427cbfd5e9b3e68bfcaae9f2
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r-- | config_help.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt index ece2195afb..2b3e25e1f1 100644 --- a/config_help.txt +++ b/config_help.txt @@ -55,6 +55,9 @@ Configure meta: -help, -h ............ Display this help screen -verbose, -v ......... Print verbose messages during configuration -continue ............ Continue configure despite errors + -redo ................ Re-configure with previously used options. + Additional options may be passed, but will not be + saved for later use by -redo. Build options: |