changeset 156:9833a9b54134

Add Vamp dir to link
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 18:56:32 +0000
parents 7d58d25f687f
children 5699fca64251
files vamp-client/qt/test.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-client/qt/test.pro	Fri Jan 20 18:41:25 2017 +0000
+++ b/vamp-client/qt/test.pro	Fri Jan 20 18:56:32 2017 +0000
@@ -16,7 +16,7 @@
 
 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I.. -I../..
 
-LIBS += -lcapnp -lkj -lvamp-hostsdk
+LIBS += -lcapnp -lkj -L$$VAMPSDK_DIR -lvamp-hostsdk
 
 # Using the "console" CONFIG flag above should ensure this happens for
 # normal Windows builds, but this may be necessary when cross-compiling