Files
qtmultimedia/tests/auto/unit/multimediawidgets.pro
Michael Goddard 78ffd1bc18 Remove QMediaImageViewer (SC break).
This class has turned out to be not very useful at this point in time.

Change-Id: Ic07132bdcd01a912a6dd1160c867979fd1307b6a
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
2012-02-03 03:21:43 +01:00

17 lines
327 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
qcameraviewfinder \
qcamerawidgets \
qmediaplayerwidgets \
# Tests depending on private interfaces should only be built if
# these interfaces are exported.
contains (QT_CONFIG, private_tests) {
SUBDIRS += \
qgraphicsvideoitem \
qpaintervideosurface \
qvideowidget
}