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.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"
]
}
]