diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-10-18 14:40:16 +0200 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-10-20 13:57:39 +0200 |
commit | 4e6790c8dc21c5287bff6799fb0984a72e2f2766 (patch) | |
tree | 4bc59e24118cde9f04324093f65c438d0870c65c /demos/demos.pro | |
parent | b895d7af3a75cbbc2b14a993679538ed02190b40 (diff) | |
download | qt4-tools-4e6790c8dc21c5287bff6799fb0984a72e2f2766.tar.gz |
Lighthouse: initial COCOA plugin
Diffstat (limited to 'demos/demos.pro')
-rw-r--r-- | demos/demos.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/demos.pro b/demos/demos.pro index fdc1e4cd34..362a3bc578 100644 --- a/demos/demos.pro +++ b/demos/demos.pro @@ -44,7 +44,7 @@ contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, SUBDIRS += demos_boxes } -mac*: SUBDIRS += demos_macmainwindow +mac* && !qpa: SUBDIRS += demos_macmainwindow wince*|symbian|embedded|x11: SUBDIRS += demos_embedded !contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin |