diff options
Diffstat (limited to 'examples/qws/qws.pro')
-rw-r--r-- | examples/qws/qws.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/qws/qws.pro b/examples/qws/qws.pro index e9f310f..34b1d2c 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 |