blob: 7761d284d92048c7e8acd837f77272b339e52b11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libm3uplaylistformat.so
}
|