summaryrefslogtreecommitdiffstats
path: root/configure.json
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.json
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.json')
-rw-r--r--configure.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.json b/configure.json
index 440e6a6b6a..a996e539d8 100644
--- a/configure.json
+++ b/configure.json
@@ -169,8 +169,6 @@
"testcocoon": "boolean",
"tslib": "boolean",
"use-gold-linker": { "type": "boolean", "name": "use_gold_linker" },
- "v": { "type": "void", "name": "verbose" },
- "verbose": "void",
"warnings-are-errors": { "type": "boolean", "name": "warnings_are_errors" },
"Werror": { "type": "boolean", "name": "warnings_are_errors" },
"widgets": "boolean",
@@ -943,13 +941,6 @@
},
"features": {
- "verbose": {
- "description": "Verbose configure output",
- "autoDetect": false,
- "output": [ "verbose" ],
- "priority": -4
- },
-
"shared": {
"description": "Building shared libraries",
"condition": "!config.ios && !config.integrity",