summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
blob: ac5968a3b494a61b6bc60cbb7c5b7ff7130577ba (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
######################################################################
#
# QtMultimedia
#
######################################################################

TEMPLATE = subdirs

SUBDIRS += m3u

win32 {
    SUBDIRS += audiocapture
}

win32 {
    contains(config_test_directshow, yes): SUBDIRS += directshow
    contains(config_test_wmf, yes) : SUBDIRS += wmf
}

simulator: SUBDIRS += simulator

unix:!mac {
    contains(config_test_gstreamer, yes) {
       SUBDIRS += gstreamer
    } else {
        SUBDIRS += audiocapture
    }

    # v4l is turned off because it is not supported in Qt 5
    # !maemo*:SUBDIRS += v4l

    contains(config_test_pulseaudio, yes) {
        SUBDIRS += pulseaudio
    }
}

mac:!simulator {
    SUBDIRS += audiocapture

    # Currently we need qmacdefines_mac.h from QtWidgets, so this depends on that :/
    # despite the code not really using them.
    !isEmpty(QT.widgets.name):SUBDIRS += qt7
}