aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/jack/jack.pro
blob: 2fbb01c99c895de0d8eef0d87e499f2db905abe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Output/jack

HEADERS += outputjackfactory.h \
           outputjack.h \
           bio2jack.h

SOURCES += outputjackfactory.cpp \
           outputjack.cpp \
           bio2jack.c

RESOURCES = translations/translations.qrc

PKGCONFIG += jack soxr

target.path = $$PLUGIN_DIR/Output
INSTALLS += target