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

TARGET = $$PLUGINS_PREFIX/Input/sndfile

HEADERS += decodersndfilefactory.h \
           decoder_sndfile.h

SOURCES += decoder_sndfile.cpp \
           decodersndfilefactory.cpp

RESOURCES = translations/translations.qrc

unix {
    target.path = $$LIB_DIR/qmmp/Input
    INSTALLS += target
    PKGCONFIG += sndfile
}

win32 {
    LIBS += -lsndfile -lflac -lvorbisenc -lvorbis -logg
}