Files
qtmultimedia/tests/auto/unit/multimedia.pro
Michael Goddard bba28afe55 Rename a few controls.
The encoder controls could be confused with actual encoding, so make
clear they are just settings.  Also, the end point selector controls
were not named very well.

Change-Id: I27f8bf9c865c5f295abad97c01ef98752af42613
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Ling Hu <ling.hu@nokia.com>
2012-06-29 02:47:29 +02:00

43 lines
859 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
qabstractvideobuffer \
qabstractvideosurface \
qaudiorecorder \
qaudioformat \
qaudionamespace \
qcamera \
qcameraimagecapture \
qmediabindableinterface \
qmediacontainercontrol \
qmediacontent \
qmediaobject \
qmediaplayer \
qmediaplaylist \
qmediaplaylistnavigator \
qmediapluginloader \
qmediarecorder \
qmediaresource \
qmediaservice \
qmediaserviceprovider \
qmediatimerange \
qmetadatareadercontrol \
qmetadatawritercontrol \
qradiodata \
qradiotuner \
qvideoencodersettingscontrol \
qvideoframe \
qvideosurfaceformat \
qwavedecoder \
qaudiobuffer \
qdeclarativeaudio \
qaudiodecoder \
qaudioprobe \
qvideoprobe \
qsamplecache
disabled {
SUBDIRS += \
qdeclarativevideo
}