Files
qtmultimedia/examples/multimediawidgets/multimediawidgets.pro
Yoann Lopes a91809bf0f Moved declarative-camera example in the right directory.
This example was in the multimediawidgets directory but doesn't depend on
or use the QtMultimediaWidgets module. Moved to 'examples/multimedia'
instead.

Change-Id: Ic2fcc6576e95664e0002531ee378a4366daa56c1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-07-24 13:09:44 +02:00

12 lines
259 B
Prolog

TEMPLATE = subdirs
# These examples all need widgets for now (using creator templates that use widgets)
qtHaveModule(widgets) {
SUBDIRS += \
camera \
videographicsitem \
videowidget \
player \
customvideosurface
}