summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-04 08:22:27 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-04 09:20:01 +1000
commit9e5cc0da3cdcf3ddddc35dc78e670994237a180f (patch)
tree7a1ac34b5e1a276e3c97950b0980247a3def0147 /tests/auto/multimedia.pro
parent0489ba37346e4f8efc4a7c1661a60905dc4aa423 (diff)
Move tests into separate .pro files, based on Qt module.
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.
Diffstat (limited to 'tests/auto/multimedia.pro')
-rw-r--r--tests/auto/multimedia.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/multimedia.pro b/tests/auto/multimedia.pro
new file mode 100644
index 0000000000..20d1f7f70f
--- /dev/null
+++ b/tests/auto/multimedia.pro
@@ -0,0 +1,11 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ qabstractvideobuffer \
+ qabstractvideosurface \
+ qaudiodeviceinfo \
+ qaudioformat \
+ qaudioinput \
+ qaudiooutput \
+ qvideoframe \
+ qvideosurfaceformat \
+