summaryrefslogtreecommitdiffstats
path: root/examples/network/network.pro
diff options
context:
space:
mode:
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 \