aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/pls/pls.pro
blob: 736a20994f233f9e09c90bb4403bff75b3cf5668 (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 += -lqmmpui

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