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.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 34b83ba9ff..b3a7f9d8f2 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -3,5 +3,28 @@
"depends": [
"core-private",
"network-private"
+ ],
+
+ "commandline": {
+ "options": {
+ "qml-interpreter": "boolean"
+ }
+ },
+
+ "features": {
+ "qml-interpreter": {
+ "label": "QML interpreter",
+ "purpose": "Support for the QML interpreter",
+ "output": [ "privateFeature" ]
+ }
+ },
+
+ "summary": [
+ {
+ "section": "Qt QML",
+ "entries": [
+ "qml-interpreter"
+ ]
+ }
]
}