summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/multimediawidgets.pro
blob: 29d07bb304f08be94aa88ce6273353d96561cba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

    QT += widgets
}

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