diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2009-10-15 04:40:33 (GMT) |
---|---|---|
committer | Andrew den Exter <andrew.den-exter@nokia.com> | 2009-10-16 01:06:24 (GMT) |
commit | 077f9711f0b9174ef9e9ffa7022aa06a9b3fc867 (patch) | |
tree | aa633785152080feb69a7a4690b8fb36eacfe60d /examples/video/video.pro | |
parent | d9ed45eaaf0e8bacfa0f4569f226655057b614eb (diff) | |
download | Qt-077f9711f0b9174ef9e9ffa7022aa06a9b3fc867.zip Qt-077f9711f0b9174ef9e9ffa7022aa06a9b3fc867.tar.gz Qt-077f9711f0b9174ef9e9ffa7022aa06a9b3fc867.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/video/video.pro')
-rw-r--r-- | examples/video/video.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/video/video.pro b/examples/video/video.pro deleted file mode 100644 index f0b63b6..0000000 --- a/examples/video/video.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS += \ - videographicsitem \ - videowidget - |