summaryrefslogtreecommitdiff
path: root/examples/multimedia/multimedia.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2009-10-15 14:40:33 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2009-10-16 10:57:59 +1000
commit1118181c5c675f9072d94b1713d69d672e810eb2 (patch)
tree1e676f71fee5e8f189949bc97e866362f7368f0a /examples/multimedia/multimedia.pro
parent7915d20f64a835961c20d0b0ccd587dba8d5c2ae (diff)
downloadqt4-tools-1118181c5c675f9072d94b1713d69d672e810eb2.tar.gz
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/multimedia/multimedia.pro')
-rw-r--r--examples/multimedia/multimedia.pro14
1 files changed, 12 insertions, 2 deletions
diff --git a/examples/multimedia/multimedia.pro b/examples/multimedia/multimedia.pro
index ac78b15b47..4a764f2151 100644
--- a/examples/multimedia/multimedia.pro
+++ b/examples/multimedia/multimedia.pro
@@ -1,5 +1,15 @@
-TEMPLATE = subdirs
-SUBDIRS = audio
+TEMPLATE = subdirs
+
+!static {
+ SUBDIRS += \
+ audiodevices \
+ audioinput \
+ audiooutput
+}
+
+SUBDIRS += \
+ videographicsitem \
+ videowidget
# install
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia