summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/multimediawidgets.pro
blob: d8990cdc3327704c35feca5bd96b79d053230cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

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

qtHaveModule(gui):qtHaveModule(qml) {
    disabled:SUBDIRS += declarative-camera
}