aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/soxr/soxr.pro
blob: f62c147950c256cbaf7f13843d6e0de5a59cfef9 (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
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Effect/soxr

HEADERS += soxresampler.h \
 effectsoxrfactory.h \
 settingsdialog.h

SOURCES += soxresampler.cpp \
 effectsoxrfactory.cpp \
 settingsdialog.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

unix {
    target.path = $$PLUGIN_DIR/Effect
    INSTALLS += target
    PKGCONFIG += soxr
    LIBS += -L/usr/lib -I/usr/include
}

win32 {
    LIBS += -lsoxr
}