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-(.*)") {