summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/multimedia.pro
blob: bacbba9845ccc9597365c56900483d43fc87f0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = subdirs

SUBDIRS += audiodecoder

# These examples all need widgets for now (using creator templates that use widgets)
qtHaveModule(widgets) {
    SUBDIRS += \
        radio \
        spectrum \
        audiorecorder \
        audiodevices \
        audioinput \
        audiooutput \
}

qtHaveModule(gui):qtHaveModule(qml) {
    SUBDIRS += \
        declarative-radio \
        video
}

config_openal: SUBDIRS += audioengine