Output "qml-debug" as privateFeature
Change-Id: Iecf59b5e4cd387e59b28a252d6cd8cdf411b3d41 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
2c13070162
commit
8e95828475
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user