summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index dc3b40f..6658fd3 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -39,8 +39,13 @@ symbian: SUBDIRS = \
uitools \
xml
+contains(QT_CONFIG, multimedia) {
+ SUBDIRS += video
+ !static: SUBDIRS += multimedia
+}
+
contains(QT_CONFIG, script): SUBDIRS += script
-contains(QT_CONFIG, multimedia):!static: SUBDIRS += multimedia
+
contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
contains(QT_CONFIG, webkit): SUBDIRS += webkit
embedded:SUBDIRS += qws