summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-29 15:02:35 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-02 06:18:40 +0000
commitc167308c5d8d1660ca517c94ce977a8eb440a99a (patch)
tree43ff9eb3fe24d4eeacd0109d78d2b1007e6b3408 /configure.pri
parent31142378774c3aa6f4c137441e23c89b15355a31 (diff)
Fix handling of -v/-verbose command line flags to configure
This is not a feature that should get propagated to other configure runs, so simply hardcode support for it. Change-Id: Ieb1c33243154b3583e91061d3592d7e87c36f402 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.pri b/configure.pri
index 7ed7544053..5ba2859aa1 100644
--- a/configure.pri
+++ b/configure.pri
@@ -397,16 +397,6 @@ defineTest(qtConfOutput_architecture) {
export(QT_ARCH)
}
-defineTest(qtConfOutput_verbose) {
- !$${2}: return()
-
- qtConfOutputVar(assign, "privatePro", "QMAKE_CONFIG_VERBOSE", true)
-
- # export this here, so we can get verbose logging
- QMAKE_CONFIG_VERBOSE = true
- export(QMAKE_CONFIG_VERBOSE)
-}
-
defineTest(qtConfOutput_styles) {
!$${2}: return()