summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/wmf.pro
blob: c75efe28cb244491ddd7c08c3070f47d7bd64385 (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
TARGET = wmfengine
QT += multimedia-private network

win32:!qtHaveModule(opengl) {
    LIBS_PRIVATE += -lgdi32 -luser32
}

INCLUDEPATH += .

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

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

contains(QT_CONFIG, wmf-backend): include (player/player.pri)
include (decoder/decoder.pri)

OTHER_FILES += \
    wmf.json \
    wmf_audiodecode.json

PLUGIN_TYPE = mediaservice
PLUGIN_CLASS_NAME = WMFServicePlugin
load(qt_plugin)