Want to make QtMultimediaKit finally integrate. Disabled some tests and ensured that tests depending on private interfaces are only built if these interfaces are enabled. Change-Id: I65f0ff5ea23d704cf3c2626fe4191d7d6460e46f Reviewed-on: http://codereview.qt.nokia.com/992 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@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
|
|
}
|
|
}
|
|
|