aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc/mpc.pro
blob: dca0637e3418996c3ffb5fe1a440a415eba747be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Input/mpc

HEADERS += decodermpcfactory.h \
    decoder_mpc.h \
    mpcmetadatamodel.h

SOURCES += decoder_mpc.cpp \
    decodermpcfactory.cpp \
    mpcmetadatamodel.cpp


RESOURCES = translations/translations.qrc

unix {
    target.path = $$LIB_DIR/qmmp/Input
    INSTALLS += target
    PKGCONFIG += taglib
    LIBS += -lmpcdec -I/usr/include
}

win32 {
    LIBS += -lmpcdec -ltag.dll
}