aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-18 19:20:00 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-12 09:13:26 +0000
commitcad65e4eb34110a48545bf1fdb2e83d848c5184c (patch)
treed423ae530a334b98e2e3b5ff0fc0afe19f5e7539 /src/qml/configure.json
parentb8778ca03027266d5408a9d61a1ca5fa94ac07f7 (diff)
Add a feature for xmlhttprequest
Change-Id: I1a1f5ee11c16b113163aaa8fd3086fcca8efa6f6 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index f50c07b359..cf40049ee1 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -57,6 +57,16 @@
"purpose": "Provides the ListModel QML type.",
"section": "QML",
"output": [ "privateFeature" ]
+ },
+ "qml-xml-http-request": {
+ "label": "QML XML http request",
+ "purpose": "Provides support for sending XML http requests.",
+ "section": "QML",
+ "condition": [
+ "features.xmlstreamreader",
+ "features.qml-network"
+ ],
+ "output": [ "privateFeature" ]
}
},
@@ -67,7 +77,8 @@
"qml-network",
"qml-debug",
"qml-sequence-object",
- "qml-list-model"
+ "qml-list-model",
+ "qml-xml-http-request"
]
}
]