diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-27 15:26:57 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-29 08:55:02 (GMT) |
commit | 7ee964bea3ba3ed31f36c8110789509edcbfbd54 (patch) | |
tree | 79293eb2ac291abc4c73d1e4310f1d759803bd4c /examples/ipc/ipc.pro | |
parent | 2ce3e9c150798b12d5b434ed25fc37c96972fb8b (diff) | |
download | Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.zip Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.gz Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.bz2 |
Fix compilation errors in examples and demos on VxWorks and QNX.
Reviewed-by: Harald Fernengel
Diffstat (limited to 'examples/ipc/ipc.pro')
-rw-r--r-- | examples/ipc/ipc.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ipc/ipc.pro b/examples/ipc/ipc.pro index 0698f89..9098936 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 |