summaryrefslogtreecommitdiffstats
path: root/examples/network/network.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-04-05 15:24:53 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-04-05 15:24:53 +0000
commitdf5159a8a6b6bf585feb1473054dec2ed5ddb11a (patch)
treea56ad5c69e735eeeb1e93e01330ec2498f5ba497 /examples/network/network.pro
parent0683c9291f9c1ffe0625fdadee198840047f0e92 (diff)
parentf2856875843efce9a00e90dad05bde358ab82197 (diff)
Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/dev
Diffstat (limited to 'examples/network/network.pro')
-rw-r--r--examples/network/network.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 92003950a7..86bb08d22a 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -2,10 +2,9 @@ requires(qtHaveModule(network))
TEMPLATE = subdirs
SUBDIRS = \
- dnslookup \
download \
downloadmanager
-
+!integrity: SUBDIRS += dnslookup
qtHaveModule(widgets) {
SUBDIRS += \
blockingfortuneclient \
@@ -22,7 +21,7 @@ qtHaveModule(widgets) {
load(qfeatures)
!contains(QT_DISABLED_FEATURES, bearermanagement) {
# no QProcess
- !vxworks:!qnx:!winrt:SUBDIRS += network-chat
+ !vxworks:!qnx:!winrt:!integrity: SUBDIRS += network-chat
SUBDIRS += \
bearermonitor \