summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro19
1 files changed, 9 insertions, 10 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index f66c5cbf22..a3851c6d81 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -3,19 +3,18 @@ CONFIG += no_docs_target
SUBDIRS = \
corelib \
- dbus \
embedded \
- gui \
- network \
qpa \
- qtconcurrent \
- qtestlib \
- sql \
- touch \
- widgets \
- xml
+ touch
-qtHaveModule(gui):qtConfig(opengl): SUBDIRS += opengl
+qtHaveModule(dbus): SUBDIRS += dbus
+qtHaveModule(network): SUBDIRS += network
+qtHaveModule(testlib): SUBDIRS += qtestlib
+qtHaveModule(concurrent): SUBDIRS += qtconcurrent
+qtHaveModule(sql): SUBDIRS += sql
+qtHaveModule(widgets): SUBDIRS += widgets
+qtHaveModule(xml): SUBDIRS += xml
+qtHaveModule(gui): SUBDIRS += gui opengl
aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]