summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/audiodecoder/audiodecoder.pro
blob: a0dfcafec8c6f6ae92ee6ab261f2ca7c90278e04 (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
load(qt_module)

TARGET = gstaudiodecoder
PLUGIN_TYPE = mediaservice

load(qt_plugin)
DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}

include(../common.pri)

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qgstreameraudiodecodercontrol.h \
    $$PWD/qgstreameraudiodecoderservice.h \
    $$PWD/qgstreameraudiodecodersession.h \
    $$PWD/qgstreameraudiodecoderserviceplugin.h

SOURCES += \
    $$PWD/qgstreameraudiodecodercontrol.cpp \
    $$PWD/qgstreameraudiodecoderservice.cpp \
    $$PWD/qgstreameraudiodecodersession.cpp \
    $$PWD/qgstreameraudiodecoderserviceplugin.cpp

target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
INSTALLS += target

OTHER_FILES += \
    audiodecoder.json