aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/jack/jack.pro
blob: 4d35af135a5449d0d7d3d4a63b1529317d1c1dfb (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
include(../../plugins.pri)

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

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

TARGET=$$PLUGINS_PREFIX/Output/jack
QMAKE_CLEAN =$$PLUGINS_PREFIX/Output/libjack.so


INCLUDEPATH += ../../../
QMAKE_LIBDIR += ../../../../lib
CONFIG += release \
warn_on \
thread \
plugin \
link_pkgconfig
TEMPLATE = lib
LIBS += -lqmmp
PKGCONFIG += jack samplerate
TRANSLATIONS = translations/jack_plugin_ru.ts \
               translations/jack_plugin_uk_UA.ts \
               translations/jack_plugin_zh_CN.ts \
               translations/jack_plugin_zh_TW.ts \
               translations/jack_plugin_cs.ts \
               translations/jack_plugin_pl.ts \
               translations/jack_plugin_de.ts \
               translations/jack_plugin_it.ts
RESOURCES = translations/translations.qrc

isEmpty (LIB_DIR){
LIB_DIR = /lib
}

target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target