summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/wmf.pro
blob: 5eccc80d568a71ac5e6c096bd35fff876f962adb (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
PLUGIN_TYPE=mediaservice

load(qt_plugin)

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

DEPENDPATH += .

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

include (player/player.pri)