aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-19 16:06:32 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-01-10 12:19:28 +0000
commitd7457460abac9023780c21b69af6c2ba201a47d7 (patch)
treee1ec9f523138214dc39c903835c6e617b7064995 /src/qml/configure.json
parentaf1565852b0701964ee3b9de1d094b6b89e44d45 (diff)
Drop the qml-interpreter feature
We cannot build QML without interpreter anymore. Change-Id: Ibc51240caa956132eef8753fa6c75939026930d5 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
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"
]