summaryrefslogtreecommitdiff
path: root/examples/multimedia/multimedia.pro
blob: 7267630b5e0e4012c58ae808d469c3c35e8a28bd (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
TEMPLATE = subdirs
QT_FOR_CONFIG += multimedia-private

SUBDIRS += \
    audiodecoder \
    devices

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

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