From 1aa09f985985b4424073de6b9c0909c7270b5cb6 Mon Sep 17 00:00:00 2001 From: Richard Brinkman Date: Fri, 22 Feb 2013 09:02:31 +0100 Subject: [PATCH] ADD: -confirm-license option in output of configure --help Task-number: QTBUG-25185 Change-Id: I1578a023a8b4c030aaf4cd191203d5c28b950a0b Reviewed-by: Oswald Buddenhagen --- configure | 3 +++ 1 file changed, 3 insertions(+) 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.