summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2009-10-15 04:40:33 (GMT)
committerAndrew den Exter <andrew.den-exter@nokia.com>2009-10-16 00:57:59 (GMT)
commit1118181c5c675f9072d94b1713d69d672e810eb2 (patch)
tree1e676f71fee5e8f189949bc97e866362f7368f0a /examples/examples.pro
parent7915d20f64a835961c20d0b0ccd587dba8d5c2ae (diff)
downloadQt-1118181c5c675f9072d94b1713d69d672e810eb2.zip
Qt-1118181c5c675f9072d94b1713d69d672e810eb2.tar.gz
Qt-1118181c5c675f9072d94b1713d69d672e810eb2.tar.bz2
Move audio and video examples into the common multimedia directory.
Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index feda04d..3678cc0 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -39,8 +39,7 @@ symbian: SUBDIRS = \
xml
contains(QT_CONFIG, multimedia) {
- SUBDIRS += video
- !static: SUBDIRS += multimedia
+ SUBDIRS += multimedia
}
contains(QT_CONFIG, script): SUBDIRS += script