diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-06-23 16:59:09 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-06-24 16:47:24 +0200 |
commit | ebfbac6145e75b5f6c9d2f6cf2befce41c7fadd2 (patch) | |
tree | e5a14574523ba428c9d6b4437c33cdcca14715b9 /examples/examples.pro | |
parent | 64cb29a25244348f9d4cd92aaa2b90d8d52120a2 (diff) | |
download | qtbase-ebfbac6145e75b5f6c9d2f6cf2befce41c7fadd2.tar.gz |
Add the embedded demos-examples to the build.
Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf
Reviewed-on: http://codereview.qt.nokia.com/686
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 9da2085675..3abcf22af7 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -48,6 +48,8 @@ symbian: SUBDIRS = \ SUBDIRS += multimedia } +wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded + embedded:SUBDIRS += qws contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib contains(QT_CONFIG, opengl): SUBDIRS += opengl |