summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/multimedia.pro
blob: b34d8f95e2458f9472a0ebe2c592a1a4023b70b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs
QT_FOR_CONFIG += multimedia-private

SUBDIRS += audiodecoder

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

qtHaveModule(quick) {
    SUBDIRS += \
        declarative-camera \
        video
}