aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/pls/pls.pro
blob: 104f1fff5dc53611cec59a1237680756c87386ca (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 = $$PLUGIN_DIR/PlayListFormats
    INSTALLS += target
}