[go: up one dir, main page]

Menu

[r1]: / jack-director.pro  Maximize  Restore  History

Download this file

23 lines (21 with data), 461 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
VERSION = 0.1
CONFIG = warn_off no_include_pwd
TEMPLATE = app
TARGET = jack-director
DEPENDPATH += .
LIBS += -ljack -lpthread
#LIBS += -lm -lasound
QMAKE_CFLAGS_RELEASE = -g -O3 -Wall
QMAKESPEC =
QMAKE_INCDIR_QT =
# Input
HEADERS += jack-director.h \
util.h \
config.h \
jackclient.h \
string.h
SOURCES += jack-director.c \
util.c \
config.c \
jackclient.c \
string.c