summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
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",