aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-09-05 13:12:58 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:44 +0000
commit11e0e5574a529e337e43ab15fca357b109ea2834 (patch)
tree8126934e7242c6957a4feffdb2474a655c3aa4ab /src/qml/configure.json
parente48c4134afcb8d4b33c3e965ce5d94e629982d2e (diff)
Make the Moth interpreter configurable
Change-Id: I2b784820c4e39a7932f81bfee9ce78e01a2e96b5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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"
+ ]
+ }
]
}