summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/gstreamer.pro
blob: caa79c7647977b8725a406a6f49d2b8b5afea06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += \
    audiodecoder \
    mediacapture \
    mediaplayer

# Camerabin2 based camera backend is untested and currently disabled
disabled {
    contains(config_test_gstreamer_photography, yes) {
        SUBDIRS += camerabin
    }
}

OTHER_FILES += \
    gstreamer.json