summaryrefslogtreecommitdiffstats
path: root/examples/qws
diff options
context:
space:
mode:
authorRobert Griebl <rgriebl@trolltech.com>2009-07-27 15:26:57 (GMT)
committerRobert Griebl <rgriebl@trolltech.com>2009-07-29 08:55:02 (GMT)
commit7ee964bea3ba3ed31f36c8110789509edcbfbd54 (patch)
tree79293eb2ac291abc4c73d1e4310f1d759803bd4c /examples/qws
parent2ce3e9c150798b12d5b434ed25fc37c96972fb8b (diff)
downloadQt-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/qws')
-rw-r--r--examples/qws/qws.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/qws/qws.pro b/examples/qws/qws.pro
index fb3c3c7..95e1b44 100644
--- a/examples/qws/qws.pro
+++ b/examples/qws/qws.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS = framebuffer mousecalibration simpledecoration
+# no /dev/fbX
+!qnx:!vxworks:SUBDIRS = framebuffer
+SUBDIRS += mousecalibration simpledecoration
# install
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro