aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index ef6a9f5e7e..0f7de29594 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -8,7 +8,6 @@
"commandline": {
"options": {
"qml-network": "boolean",
- "qml-tracing": "boolean",
"qml-debug": "boolean"
}
},
@@ -107,14 +106,6 @@
Finally, ios and tvos can technically use the JIT but Apple does not allow
it. Therefore, it's disabled by default."
},
- "qml-tracing": {
- "label": "QML tracing JIT support",
- "purpose": "Provides a JIT that uses trace information generated by the interpreter.",
- "section": "QML",
- "condition": "features.qml-jit",
- "output": [ "privateFeature" ],
- "autoDetect": false
- },
"qml-debug": {
"label": "QML debugging and profiling support",
"purpose": "Provides infrastructure and plugins for debugging and profiling.",
@@ -209,7 +200,6 @@
"qml-network",
"qml-debug",
"qml-jit",
- "qml-tracing",
"qml-sequence-object",
"qml-list-model",
"qml-xml-http-request",