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

TARGET = wmfengine
QT += multimedia-private network multimediawidgets-private
PLUGIN_TYPE=mediaservice

load(qt_plugin)

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

DEPENDPATH += .

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

include (player/player.pri)