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.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 723bd740fc..b744ea6948 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -7,19 +7,12 @@
"commandline": {
"options": {
- "qml-interpreter": "boolean",
"qml-network": "boolean",
"qml-debug": "boolean"
}
},
"features": {
- "qml-interpreter": {
- "label": "QML interpreter",
- "purpose": "Provides the QML interpreter.",
- "section": "QML",
- "output": [ "privateFeature" ]
- },
"qml-network": {
"label": "QML network support",
"purpose": "Provides network transparency.",
@@ -53,7 +46,6 @@
{
"section": "Qt QML",
"entries": [
- "qml-interpreter",
"qml-network",
"qml-debug"
]