aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus/opus.pro
blob: f55764ca3184f05a8c19a1f866f07510eb93b5a4 (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
26
27
28
29
30
31
32
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Input/opus

HEADERS += decoderopusfactory.h \
    decoder_opus.h \
    opusmetadatamodel.h \
    replaygainreader.h \
    opusproperties.h \
    opusfile.h \
    tdebug.h

SOURCES += decoder_opus.cpp \
    decoderopusfactory.cpp \
    opusmetadatamodel.cpp \
    replaygainreader.cpp \
    opusproperties.cpp \
    opusfile.cpp \
    tdebug.cpp


RESOURCES = translations/translations.qrc

unix {
    target.path = $$LIB_DIR/qmmp/Input
    INSTALLS += target
    PKGCONFIG += taglib opus opusfile
}

win32 {
    LIBS += -lopusfile -lopus -ltag.dll -lm
}