The QSoundEffect test was missing in the initial modularization. Change-Id: I92ba5290b28a4af3a1d4bd8f8a036e14a75cf8d1 Reviewed-on: http://codereview.qt.nokia.com/1400 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
49 lines
1.0 KiB
Prolog
49 lines
1.0 KiB
Prolog
|
|
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
qabstractvideobuffer \
|
|
qabstractvideosurface \
|
|
qaudiocapturesource \
|
|
qmediaobject \
|
|
qmediaplayer \
|
|
qmediaplayerbackend \
|
|
qmediaplaylistnavigator \
|
|
qmediarecorder \
|
|
qmediaresource \
|
|
qmediaservice \
|
|
qmediacontent \
|
|
qradiotuner \
|
|
qcamera \
|
|
qmediatimerange \
|
|
qaudiodeviceinfo \
|
|
qaudiooutput \
|
|
qaudioinput \
|
|
qaudioformat \
|
|
qvideoframe \
|
|
qvideosurfaceformat \
|
|
qcamerabackend
|
|
|
|
# Tests depending on private interfaces should only be built if
|
|
# these interfaces are exported.
|
|
contains (QT_CONFIG, private_tests) {
|
|
SUBDIRS += \
|
|
qgraphicsvideoitem \
|
|
qmediaimageviewer \
|
|
qmediaplaylist \
|
|
qmediapluginloader \
|
|
qmediaserviceprovider \
|
|
qpaintervideosurface \
|
|
qvideowidget \
|
|
}
|
|
|
|
contains (QT_CONFIG, declarative) {
|
|
# All the declarative tests depend on private interfaces
|
|
contains (QT_CONFIG, private_tests) {
|
|
SUBDIRS += \
|
|
qsoundeffect \
|
|
qdeclarativeaudio \
|
|
qdeclarativevideo
|
|
}
|
|
}
|
|
|