blob: 42d1da5a645b92e8dd8569014289d591c0a79e78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include(../../plugins.pri)
TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
SOURCES += xspfplaylistformat.cpp
HEADERS += xspfplaylistformat.h
LIBS += -lqmmpui
unix {
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so
}
|