Files
qtmultimedia/tests/auto/multimedia.pro
Michael Goddard d690596868 Split some of the autotests into widget and non widget parts.
Since the tests are mostly not widget based.

Change-Id: Ic3fa4224b19f2a5c710fd4763b5e645252975c1c
Reviewed-on: http://codereview.qt-project.org/4174
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
2011-09-09 02:09:54 +02:00

56 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 \
# 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
}
}