aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/pls/pls.pro
blob: 22bf9beae61f1a4220179aba817abadff1b79ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../../plugins.pri)

TARGET =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat

SOURCES += plsplaylistformat.cpp

HEADERS += plsplaylistformat.h

LIBS += -lqmmpui

unix {
    target.path = $$LIB_DIR/qmmp/PlayListFormats
    INSTALLS += target
    QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so
}