summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.json7
-rw-r--r--src/src.pro3
2 files changed, 7 insertions, 3 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",
diff --git a/src/src.pro b/src/src.pro
index 5b353fde09..c0366f32b6 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -124,7 +124,6 @@ src_printsupport.depends = src_corelib src_gui src_widgets src_tools_uic
src_plugins.subdir = $$PWD/plugins
src_plugins.target = sub-plugins
-src_plugins.depends = src_xml
src_android.subdir = $$PWD/android
@@ -144,7 +143,6 @@ qtConfig(regularexpression):pcre {
SUBDIRS += src_corelib src_tools_qlalr
TOOLS = src_tools_moc src_tools_rcc src_tools_qlalr
win32:SUBDIRS += src_winmain
-SUBDIRS += src_xml
qtConfig(network) {
SUBDIRS += src_network
src_plugins.depends += src_network
@@ -153,6 +151,7 @@ qtConfig(sql) {
SUBDIRS += src_sql
src_plugins.depends += src_sql
}
+qtConfig(xml): SUBDIRS += src_xml
qtConfig(testlib): SUBDIRS += src_testlib
qtConfig(dbus) {
force_dbus_bootstrap|qtConfig(private_tests): \