summaryrefslogtreecommitdiffstats
path: root/configure.json
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 /configure.json
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 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 7d675c02be..5b09e97bd2 100644
--- a/configure.json
+++ b/configure.json
@@ -930,6 +930,10 @@
{ "type": "publicQtConfig", "negative": true }
]
},
+ "network": {
+ "label": "Qt Network",
+ "output": [ "privateFeature" ]
+ },
"widgets": {
"label": "Qt Widgets",
"condition": "features.gui",
@@ -1123,6 +1127,7 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"dbus",
"dbus-linked",
"gui",
+ "network",
"widgets"
]
}, {