blob: 1daa1ee509d7cf4d210e7d20b6ad2affaae43014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = subdirs
SUBDIRS += \
qaudiodecoderbackend \
qaudiodeviceinfo \
qaudioinput \
qaudiooutput \
qdeclarativevideooutput \
qdeclarativevideooutput_window \
qmediaplayerbackend \
qcamerabackend \
qsoundeffect \
qsound
!qtHaveModule(widgets): SUBDIRS -= qcamerabackend
|