aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-02-26 09:06:14 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-03-01 08:38:16 +0000
commitaf055ca5793a4a3a3e306e8bc605665e6ae24bfd (patch)
treea8afd2817306cb0e17462b65afe7ef0a8168f622 /src/qml
parent1415d0f7168661fd91be1171a0bf6584a751f277 (diff)
Make qml-tracing a private feature
There is no need to expose it in public API. Change-Id: I2a6145403d31694d36be1f704fe486b76738fe28 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 55bc1a7c4d..c35f5be06b 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -44,7 +44,7 @@
"label": "QML tracing JIT support",
"purpose": "Provides a JIT that uses trace information generated by the interpreter.",
"section": "QML",
- "output": [ "publicFeature" ],
+ "output": [ "privateFeature" ],
"autoDetect": false
},
"qml-debug": {