aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-15 10:35:53 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:47 +0000
commit4ee2bc4e9c05d8daec8b04412a0b7c0264fbc1a4 (patch)
tree03b0dd07b6b087b5bdaded499961ee1492d408ae /src/qml/configure.json
parent11e0e5574a529e337e43ab15fca357b109ea2834 (diff)
Turn the no-network support into a configurable feature
Change-Id: Ic70f60c124fe166b37fbe9b853735be3c5e0d46d 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.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index b3a7f9d8f2..d22ba3b8f0 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -7,7 +7,8 @@
"commandline": {
"options": {
- "qml-interpreter": "boolean"
+ "qml-interpreter": "boolean",
+ "qml-network": "boolean"
}
},
@@ -16,6 +17,11 @@
"label": "QML interpreter",
"purpose": "Support for the QML interpreter",
"output": [ "privateFeature" ]
+ },
+ "qml-network": {
+ "label": "QML network support",
+ "purpose": "Provides network transparency for QML",
+ "output": [ "publicFeature" ]
}
},
@@ -23,7 +29,8 @@
{
"section": "Qt QML",
"entries": [
- "qml-interpreter"
+ "qml-interpreter",
+ "qml-network"
]
}
]