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

TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
CONFIG += link_qmmpui

SOURCES += xspfplaylistformat.cpp

HEADERS += xspfplaylistformat.h

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