blob: ae66c0556b2cf713540052e4978933b026c3c9a1 (
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 = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
}
|