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

TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat

SOURCES += xspfplaylistformat.cpp

HEADERS += xspfplaylistformat.h

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$LIB_DIR/qmmp/PlayListFormats
    INSTALLS += target
}