Files
qtmultimedia/tests/auto/multimedia.pro
Michael Goddard 7dfb883df6 Declare more metatypes and debug operators.
Nearly all of the multimedia metatypes used in the auto tests are
now declared properly, and a large number of the types have debug
operators as well.

Removed the superfluous decls as well.

Change-Id: I42cfe37562db0c71d9811b4577fc326a3326ccc9
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
2011-11-02 02:38:02 +01:00

59 lines
1.4 KiB
Prolog

TEMPLATE = subdirs
SUBDIRS += \
qabstractvideobuffer \
qabstractvideosurface \
qaudiocapturesource \
qaudiodeviceinfo \
qaudioformat \
qaudioinput \
qaudionamespace \
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
}
}