aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/m3u/m3u.pro
blob: a70c5d88e0e2ff5eaebc15b98de72b4afe224bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat

HEADERS += m3uplaylistformat.h

SOURCES += m3uplaylistformat.cpp

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$PLUGIN_DIR/PlayListFormats
    INSTALLS += target
}