diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 07:15:23 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-14 07:36:30 (GMT) |
commit | 3df2bfd8717fa4fc5eb3066fe2957210efedd4bf (patch) | |
tree | 0ba73c0f7a3646fc27f41e607a88091eeee81464 /demos | |
parent | c03d97cde16a398df8b4895672a94a015bf5ca5b (diff) | |
download | Qt-3df2bfd8717fa4fc5eb3066fe2957210efedd4bf.zip Qt-3df2bfd8717fa4fc5eb3066fe2957210efedd4bf.tar.gz Qt-3df2bfd8717fa4fc5eb3066fe2957210efedd4bf.tar.bz2 |
Build the embedded demos on X11 so they can be used by Maemo
Diffstat (limited to 'demos')
-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 4a9d451..5e400ea 100644 --- a/demos/demos.pro +++ b/demos/demos.pro @@ -26,7 +26,7 @@ SUBDIRS += demos_boxes } mac*: SUBDIRS += demos_macmainwindow -wince*|symbian|embedded: SUBDIRS += embedded +wince*|symbian|embedded|x11: SUBDIRS += embedded !contains(QT_EDITION, Console):!cross_compile:!embedded:!wince*:SUBDIRS += demos_arthurplugin |