Files
qtmultimedia/tests/auto/multimedia.pro
Michael Goddard 8943111428 Fix the wavedecoder a little.
Handle RIFX and corrupted files better.  Update the autotest so that it
is run properly (and copies files properly in shadow build).  Fix the
gendata script to properly create testdata.

Change-Id: I47b705507bebaef54df2835ec767c6b220c64678
Reviewed-on: http://codereview.qt-project.org/6380
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
2011-10-11 08:59:48 +02:00

57 lines
1.3 KiB
Prolog

TEMPLATE = subdirs
SUBDIRS += \
qabstractvideobuffer \
qabstractvideosurface \
qaudiocapturesource \
qaudiodeviceinfo \
qaudioformat \
qaudioinput \
qaudiooutput \
qmediabindableinterface \
qmediacontainercontrol \
qmediacontent \
qmediaplayerbackend \
qmediaplaylistnavigator \
qmediarecorder \
qmediaresource \
qmediaservice \
qmediatimerange \
qradiotuner \
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
}
}