aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/sndfile.pro
blob: 4a6a4037875b77ce6e32f7f5601aa8b855740458 (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 = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += sndfile
}

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