Disable the QDeclarativeItem based components until they are ported to scenegraph, and bump the revision to 4.0 (Once things are final, we can make it 5.0). Change-Id: Ib9c064722b80c38e711fbadc66966597c14a2b1a Reviewed-on: http://codereview.qt.nokia.com/1685 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
51 lines
1.0 KiB
Prolog
51 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 \
|
|
|
|
|
|
disabled:SUBDIRS += qdeclarativevideo
|
|
}
|
|
}
|
|
|