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

TARGET = qtmultimedia_m3u
QT += multimedia-private
PLUGIN_TYPE=playlistformats

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


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

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