summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index c1e8ef5aba..f985e7a2c0 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -47,6 +47,12 @@ symbian: SUBDIRS = \
xml
qpa:SUBDIRS += qpa
+!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, multimedia) {
+ 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