summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Brinkman <richardbrinkman@hotmail.com>2013-02-22 09:02:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-22 16:18:43 +0100
commit1aa09f985985b4424073de6b9c0909c7270b5cb6 (patch)
tree2cd0d6a71bcbcac9ab4b23dc6d010a5233da11b4 /configure
parentd7ae34fdfde61838ce1e4fb13a945832841f61ab (diff)
ADD: -confirm-license option in output of configure --help
Task-number: QTBUG-25185 Change-Id: I1578a023a8b4c030aaf4cd191203d5c28b950a0b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 360e58dc2d..4bd39f5d11 100755
--- a/configure
+++ b/configure
@@ -3095,6 +3095,9 @@ Configure options:
-opensource ........ Compile and link the Open-Source Edition of Qt.
-commercial ........ Compile and link the Commercial Edition of Qt.
+ -confirm-license.... Automatically acknowledge the license (use with
+ either -opensource or -commercial)
+
-no-c++11 .......... Do not compile Qt with C++11 support enabled.
+ -c++11 ............. Compile Qt with C++11 support enabled.