comparison vamp-client/client.pro @ 84:db9a6ab618bc

Client builds; does not run
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 12 Oct 2016 11:59:57 +0100
parents 154e94ea84d4
children 6429a99abcad
comparison
equal deleted inserted replaced
83:154e94ea84d4 84:db9a6ab618bc
14 VAMPSDK_DIR = ../../vamp-plugin-sdk 14 VAMPSDK_DIR = ../../vamp-plugin-sdk
15 PIPER_DIR = ../../piper 15 PIPER_DIR = ../../piper
16 16
17 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I.. 17 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I..
18 18
19 LIBS += -lcapnp -lkj -lvamp-hostsdk
20
19 # Using the "console" CONFIG flag above should ensure this happens for 21 # Using the "console" CONFIG flag above should ensure this happens for
20 # normal Windows builds, but this may be necessary when cross-compiling 22 # normal Windows builds, but this may be necessary when cross-compiling
21 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console 23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
22 24
23 TARGET = client 25 TARGET = client
24 26
25 SOURCES += \ 27 SOURCES += \
26 client.cpp 28 client.cpp ../vamp-capnp/piper.capnp.c++
27 29