blob: b5f5369e806647143cdac4cc1ffd48452e493ea0 (
plain) (
tree)
|
|
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 = $$LIB_DIR/qmmp/Output
INSTALLS += target
|