summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/wmf.pro
blob: f22af94af650fb96db0a11bf8e114646db3456e1 (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
TARGET = wmfengine
QT += multimedia-private network
!isEmpty(QT.widgets.name) {
    QT += multimediawidgets-private
    DEFINES += HAVE_WIDGETS
}
PLUGIN_TYPE=mediaservice

load(qt_plugin)

DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}

DEPENDPATH += .
INCLUDEPATH += .

HEADERS += \
    wmfserviceplugin.h \
    mfstream.h \
    sourceresolver.h \
    samplegrabber.h \
    mftvideo.h

SOURCES += \
    wmfserviceplugin.cpp \
    mfstream.cpp \
    sourceresolver.cpp \
    samplegrabber.cpp \
    mftvideo.cpp

include (player/player.pri)
include (decoder/decoder.pri)

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

OTHER_FILES += \
    wmf.json