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

TARGET = $$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat

CONFIG += link_qmmpui

SOURCES += plsplaylistformat.cpp

HEADERS += plsplaylistformat.h

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