blob: 235b052b7cda5ca2992a4acd9c09d2c67874e387 (
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
contains(CONFIG, WITH_NEW_JACK){
DEFINES += JACK_NEW_API
}
PKGCONFIG += jack soxr
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|