Output "qml-debug" as privateFeature

Change-Id: Iecf59b5e4cd387e59b28a252d6cd8cdf411b3d41
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Stephan Binner 2017-02-23 11:32:25 +01:00
parent 2c13070162
commit 8e95828475

View File

@ -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",