File: multimedia.pro

package info (click to toggle)
qtmultimedia-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,308 kB
  • sloc: cpp: 139,334; java: 787; ansic: 556; python: 131; pascal: 112; sh: 21; makefile: 19; xml: 6
file content (19 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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

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

!qtHaveModule(widgets): SUBDIRS -= qcamerabackend