blob: f70f38b60897e1e94df6fe588d4e93438b953520 (
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 += -lqmmpui
unix {
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
}
|