summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/wmf.pro
blob: 0bb1743a7cfb672f6e43febaf0f365c80107e92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qt_module)

TARGET = wmfengine
QT += multimediakit-private network multimediakitwidgets-private
PLUGIN_TYPE=mediaservice

load(qt_plugin)

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

DEPENDPATH += .

HEADERS += wmfserviceplugin.h
SOURCES += wmfserviceplugin.cpp

include (player/player.pri)