summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2016-03-23 22:15:10 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-03-24 13:02:53 +0000
commit531e449f936738c19abfac8e368d6f40b2651bfb (patch)
tree13b662a18c72b60e03bc40887c8edd2191c3e103 /examples
parent536da5eb6ab1b4b07c13ad9f4c0f69dba5ca1624 (diff)
Disable some examples for INTEGRITY.
They depend on unsupported features. Change-Id: Ia18c1560fc5cc321efb05cd3165e3e1c4b0e758f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/corelib/ipc/ipc.pro2
-rw-r--r--examples/network/network.pro5
2 files changed, 3 insertions, 4 deletions
diff --git a/examples/corelib/ipc/ipc.pro b/examples/corelib/ipc/ipc.pro
index 987df7afc7..65ee98a2cf 100644
--- a/examples/corelib/ipc/ipc.pro
+++ b/examples/corelib/ipc/ipc.pro
@@ -2,5 +2,5 @@ requires(qtHaveModule(widgets))
TEMPLATE = subdirs
# no QSharedMemory
-!vxworks:SUBDIRS = sharedmemory
+!vxworks:!integrity: SUBDIRS = sharedmemory
!wince:qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
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 \