From 62b0113c7be0ee88917bc515860d959120508dab Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 6 Jul 2016 16:08:13 +0200 Subject: [PATCH] fix recognition of -no-verbose while probably not too useful, the old configure does allow explicitly disabling verbose mode. Change-Id: If0585443c649a67f616b3668cc90b18fecde11ba Reviewed-by: Lars Knoll --- mkspecs/features/qt_configure.prf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf index aea93f8d08..154efc13d9 100644 --- a/mkspecs/features/qt_configure.prf +++ b/mkspecs/features/qt_configure.prf @@ -183,6 +183,11 @@ defineTest(qtConfParseCommandLine) { export(QMAKE_CONFIG_VERBOSE) next() } + contains(c, "^-no-v")|contains(c, "^--?no-verbose") { + QMAKE_CONFIG_VERBOSE = false + export(QMAKE_CONFIG_VERBOSE) + next() + } # parse out opt and val contains(c, "^--?enable-(.*)") {