summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/multimediawidgets.pro
blob: 001a78d503a34c8df769e3abcb239bbd6c9a203c (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

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