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

TARGET = qtmultimediakit_m3u
QT += multimediakit-private
PLUGIN_TYPE=playlistformats

load(qt_plugin)
DESTDIR = $$QT.multimediakit.plugins/$${PLUGIN_TYPE}


HEADERS += qm3uhandler.h
SOURCES += main.cpp \
           qm3uhandler.cpp

target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
INSTALLS += target