summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-23 10:43:47 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-06 17:19:13 +0000
commit20e0bca834a1cae1816f17ef0dbfe8b74192d8dd (patch)
treef22632ec683625d12e72db700d8070175939c444 /configure.json
parentf704aba7fc73b75f7bc3a1be962b28859d83e3aa (diff)
Add a feature for Qt Xml
... so that we can turn it off if we don't want to build it. Change-Id: Ia330dfa1477bcd2dc8e24eb55400e100fca156b5 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index c505c6ab91..6dffa33289 100644
--- a/configure.json
+++ b/configure.json
@@ -951,6 +951,10 @@
{ "type": "publicQtConfig", "negative": true }
]
},
+ "xml": {
+ "label": "Qt Xml",
+ "output": [ "privateFeature" ]
+ },
"libudev": {
"label": "udev",
"condition": "libs.libudev",
@@ -1138,7 +1142,8 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"network",
"sql",
"testlib",
- "widgets"
+ "widgets",
+ "xml"
]
}, {
"section": "Support enabled for",