summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2013-02-17 20:31:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-17 20:31:38 +0100
commite88011357e5dd3b0ae4e6bc715ef29e5f4f3ffab (patch)
treec5b05d45e49194d70ff4defae41e5d5d5cf75e80 /examples/examples.pro
parent2df8884bc68343ad96962e7496b98d6e585c0347 (diff)
parente65cd6f3794e12e6bc5c2ee985eae8e70ff5f333 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro39
1 files changed, 17 insertions, 22 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e66226703e..7ba0de9438 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,28 +1,23 @@
TEMPLATE = subdirs
CONFIG += no_docs_target
-SUBDIRS = \
- gui \
- network \
- threads \
- xml \
- qpa
-
-qtHaveModule(widgets) {
- SUBDIRS += widgets \
- ipc \
- sql \
- tools \
- touch \
- gestures
-}
-
-wince*|embedded|x11:qtHaveModule(gui): SUBDIRS += embedded
-
-contains(QT_BUILD_PARTS, tools):qtHaveModule(gui):qtHaveModule(widgets): SUBDIRS += qtestlib
-qtHaveModule(opengl):qtHaveModule(widgets): SUBDIRS += opengl
-qtHaveModule(dbus): SUBDIRS += dbus
-qtHaveModule(concurrent): SUBDIRS += qtconcurrent
+SUBDIRS = \
+ dbus \
+ embedded \
+ gestures \
+ gui \
+ ipc \
+ network \
+ opengl \
+ qpa \
+ qtconcurrent \
+ qtestlib \
+ sql \
+ threads \
+ tools \
+ touch \
+ widgets \
+ xml
aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]