blob: 6e5b160b0a299854527ddffa8799a03d731a523e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat
SOURCES += plsplaylistformat.cpp
HEADERS += plsplaylistformat.h
LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
}
|