summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-02-23 11:32:25 +0100
committerStephan Binner <stephan.binner@basyskom.com>2017-02-23 14:11:54 +0000
commit8e9582847506bf17755415fdddd92c242407851c (patch)
tree71fe6206969c87b092649f52a1288d6aa63c3bb6 /configure.json
parent2c130701627ea5bc0df9af9c77edfa4d463b5dd1 (diff)
Output "qml-debug" as privateFeature
Change-Id: Iecf59b5e4cd387e59b28a252d6cd8cdf411b3d41 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index d12b4d4fc3..d987832fba 100644
--- a/configure.json
+++ b/configure.json
@@ -950,7 +950,10 @@
},
"qml-debug": {
"label": "QML debugging",
- "output": [ { "type": "publicQtConfig", "negative": true } ]
+ "output": [
+ "privateFeature",
+ { "type": "publicQtConfig", "negative": true }
+ ]
},
"compile_examples": {
"label": "Compile examples",