From 7ee964bea3ba3ed31f36c8110789509edcbfbd54 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Mon, 27 Jul 2009 17:26:57 +0200 Subject: Fix compilation errors in examples and demos on VxWorks and QNX. Reviewed-by: Harald Fernengel --- examples/ipc/ipc.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/ipc') 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 -- cgit v1.2.3