summaryrefslogtreecommitdiffstats
path: root/examples/corelib
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/corelib
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/corelib')
-rw-r--r--examples/corelib/ipc/ipc.pro2
1 files changed, 1 insertions, 1 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