summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 65b4d3fe62f5624ac39eb257749b56d0ae364624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TEMPLATE = subdirs

SUBDIRS += audiodecoder

# These examples all need widgets for now (using creator templates that use widgets)
!isEmpty(QT.widgets.name) {
    SUBDIRS += \
        radio \
        camera \
        spectrum \
        audiorecorder \
        audiodevices \
        audioinput \
        audiooutput \
        videographicsitem \
        videowidget \
        player

    QT += widgets
}

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

config_openal: SUBDIRS += audioengine