Mercurial > hg > piper-cpp
diff 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 |
line wrap: on
line diff
--- a/vamp-client/client.pro Tue Oct 11 17:08:31 2016 +0100 +++ b/vamp-client/client.pro Wed Oct 12 11:59:57 2016 +0100 @@ -16,6 +16,8 @@ QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I.. +LIBS += -lcapnp -lkj -lvamp-hostsdk + # Using the "console" CONFIG flag above should ensure this happens for # normal Windows builds, but this may be necessary when cross-compiling win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console @@ -23,5 +25,5 @@ TARGET = client SOURCES += \ - client.cpp + client.cpp ../vamp-capnp/piper.capnp.c++