summaryrefslogtreecommitdiffstats
path: root/examples/ipc
diff options
context:
space:
mode:
authorRobert Griebl <rgriebl@trolltech.com>2009-07-27 17:26:57 +0200
committerRobert Griebl <rgriebl@trolltech.com>2009-07-29 10:55:02 +0200
commit7ee964bea3ba3ed31f36c8110789509edcbfbd54 (patch)
tree79293eb2ac291abc4c73d1e4310f1d759803bd4c /examples/ipc
parent2ce3e9c150798b12d5b434ed25fc37c96972fb8b (diff)
Fix compilation errors in examples and demos on VxWorks and QNX.
Reviewed-by: Harald Fernengel
Diffstat (limited to 'examples/ipc')
-rw-r--r--examples/ipc/ipc.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ipc/ipc.pro b/examples/ipc/ipc.pro
index 0698f89eb0..90989368e8 100644
--- a/examples/ipc/ipc.pro
+++ b/examples/ipc/ipc.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
-SUBDIRS = sharedmemory
+# no QSharedMemory
+!vxworks:!qnx:SUBDIRS = sharedmemory
!wince*: SUBDIRS += localfortuneserver localfortuneclient
# install