File: multimedia.pro

package info (click to toggle)
qtmultimedia-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 31,032 kB
  • sloc: cpp: 137,738; java: 749; ansic: 507; python: 131; pascal: 112; makefile: 45; sh: 21; xml: 6
file content (25 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (5)
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
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 += \
        radio \
        spectrum \
        audiorecorder \
        audiodevices \
        audioinput \
        audiooutput \
}

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

qtConfig(openal): SUBDIRS += audioengine