summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-21 16:38:55 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:02 +0200
commit74511a84ee287a24c7e6f8f7691f50585134d96b (patch)
tree56f288302f1cc79de72c2bdc125d74fa94acebe2 /examples
parentcdf6ce6adbb9e3adaa2c4a5d80554e54c226033b (diff)
Removed examples and demos that are no longer in qtbase.
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 8efda7ba14..0680ff45f6 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -49,12 +49,7 @@ symbian: SUBDIRS = \
}
embedded:SUBDIRS += qws
-!wince*:!symbian: {
- !contains(QT_EDITION, Console):!contains(QT_CONFIG, no-gui):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
- contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
-} else {
- contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
-}
+contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, openvg): SUBDIRS += openvg
contains(QT_CONFIG, dbus): SUBDIRS += dbus