blob: 7c712233dc4c1c9ae78391ab6621dd82e5226805 [file] [log] [blame]
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
include (player/player.pri)
include (decoder/decoder.pri)
OTHER_FILES += \
wmf.json
PLUGIN_TYPE = mediaservice
PLUGIN_CLASS_NAME = WMFServicePlugin
load(qt_plugin)