summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/multimediawidgets.pro
blob: b14ddd263c2382056a54588718e02111042a3be9 (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)
!isEmpty(QT.widgets.name) {
    SUBDIRS += \
        camera \
        videographicsitem \
        videowidget \
        player \
        customvideosurface
}

!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
    disabled:SUBDIRS += declarative-camera
}