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>
26 lines
597 B
Prolog
26 lines
597 B
Prolog
|
|
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
qcameraviewfinder \
|
|
qcamerawidgets \
|
|
qmediaplayerwidgets \
|
|
|
|
# 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 += \
|
|
qgraphicsvideoitem \
|
|
qpaintervideosurface \
|
|
qmediaimageviewerwidgets \
|
|
qvideowidget \
|
|
|
|
contains (QT_CONFIG, declarative) {
|
|
disabled:SUBDIRS += qdeclarativevideo
|
|
}
|
|
}
|
|
|