summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-10-06 16:27:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-11-06 11:37:05 +0000
commit525f8516c2580018f910cfb99ab5e0e36bd55ab1 (patch)
tree30c5b0d00018be6ca3cb427a160ee722128b8095 /configure.json
parentd46412665fd3f759d21a757647d1dfbc0234af61 (diff)
Remove qml-debug configure flag and feature
The feature belongs to qtdeclarative and will be added there. Change-Id: I2faf89f6caf841958e60efed8ff3882e530f0720 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
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 26e1572f32..07549e0b7e 100644
--- a/configure.json
+++ b/configure.json
@@ -102,7 +102,6 @@
"platform": "string",
"plugin-manifests": "boolean",
"profile": "boolean",
- "qml-debug": "boolean",
"qreal": "string",
"qtlibinfix": { "type": "string", "name": "qt_libinfix" },
"qtnamespace": { "type": "string", "name": "qt_namespace" },
@@ -1235,13 +1234,6 @@
"condition": "libs.libudev",
"output": [ "privateFeature" ]
},
- "qml-debug": {
- "label": "QML debugging",
- "output": [
- "privateFeature",
- { "type": "publicQtConfig", "negative": true }
- ]
- },
"compile_examples": {
"label": "Compile examples",
"output": [ "privateConfig" ]
@@ -1454,7 +1446,6 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"section": "Support enabled for",
"entries": [
"pkg-config",
- "qml-debug",
"libudev",
"system-zlib"
]