summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/multimedia.pro
blob: de152d942c33f38d8bc7cac99166fa2888449630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

TEMPLATE = subdirs
SUBDIRS += \
    qaudiodecoderbackend \
    qaudiodeviceinfo \
    qaudioinput \
    qaudiooutput \
    qmediaplayerbackend \
    qcamerabackend \
    qsoundeffect \
    qsound

qtHaveModule(quick) {
    SUBDIRS += \
        qdeclarativevideooutput \
        qdeclarativevideooutput_window
}

!qtHaveModule(widgets): SUBDIRS -= qcamerabackend

# QTBUG-60268
boot2qt: SUBDIRS -= qdeclarativevideooutput_window