summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-21 18:21:47 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-06 17:12:21 +0000
commit5c207c6c792b016635d0ca79ea1b832037c32c08 (patch)
tree2c16486fc8071c32cd425437e02c78bb8276fa90 /src/src.pro
parentafefed06952d5edd5c6be4376469b022975930cf (diff)
Add a feature for Qt Network
This way you can disable support for QtNetwork by specifying -no-feature-network on the configure line. Change-Id: I46217ccc525a9e2c85394ed4eb6db0e2b60b6d86 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 90d7e2b76c..7c7eb7c34a 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -124,7 +124,7 @@ 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_sql src_xml src_network
+src_plugins.depends = src_sql src_xml
src_android.subdir = $$PWD/android
@@ -144,7 +144,11 @@ 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_network src_sql src_xml src_testlib
+SUBDIRS += src_sql src_xml src_testlib
+qtConfig(network) {
+ SUBDIRS += src_network
+ src_plugins.depends += src_network
+}
qtConfig(dbus) {
force_dbus_bootstrap|qtConfig(private_tests): \
SUBDIRS += src_tools_bootstrap_dbus