summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-11-09 20:42:00 +0100
committerMichael Goddard <michael.goddard@nokia.com>2011-11-10 04:15:38 +0100
commit1d76e399c5d9277895786c6edc2cec76f99d0531 (patch)
treef56640988d767202cc8f449ff78ad26ff739d314 /tests/auto/multimedia.pro
parent1e542df82fbcc4e3a8f75537af204f83827a4587 (diff)
repo is dead. everything merged to qtmultimedia.HEADmaster
Change-Id: Id6de29b7c1e96aed16be8251195c744f68a2d46b Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'tests/auto/multimedia.pro')
-rw-r--r--tests/auto/multimedia.pro57
1 files changed, 0 insertions, 57 deletions
diff --git a/tests/auto/multimedia.pro b/tests/auto/multimedia.pro
deleted file mode 100644
index 07289e2..0000000
--- a/tests/auto/multimedia.pro
+++ /dev/null
@@ -1,57 +0,0 @@
-
-TEMPLATE = subdirs
-SUBDIRS += \
- qabstractvideobuffer \
- qabstractvideosurface \
- qaudiocapturesource \
- qaudiodeviceinfo \
- qaudioformat \
- qaudioinput \
- qaudiooutput \
- qmediabindableinterface \
- qmediacontainercontrol \
- qmediacontent \
- qmediaplayerbackend \
- qmediaplaylistnavigator \
- qmediarecorder \
- qmediaresource \
- qmediaservice \
- qmediatimerange \
- qradiotuner \
- qradiodata \
- qvideoframe \
- qvideosurfaceformat \
- qmetadatareadercontrol \
- qmetadatawritercontrol \
- qmediaplayer \
- qcameraimagecapture \
- qmediaobject \
- qcamera \
- qcamerabackend \
- qwavedecoder
-
-# These is disabled until intent is clearer
-# qvideodevicecontrol \
-# qvideoencodercontrol \
-
-# This is a commment for the mock backend directory so that maketestselftest
-# doesn't believe it's an untested directory
-# qmultimedia_common
-
-
-# Tests depending on private interfaces should only be built if
-# these interfaces are exported.
-contains (QT_CONFIG, private_tests) {
- SUBDIRS += \
- qmediaplaylist \
- qmediapluginloader \
- qmediaimageviewer \
- qmediaserviceprovider
-
- contains (QT_CONFIG, declarative) {
- # All the declarative tests depend on private interfaces
- SUBDIRS += \
- qsoundeffect \
- qdeclarativeaudio
- }
-}