changeset 161:7a113d07cd55

Libpath
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 08:52:54 +0000
parents 3a318dc7b59e
children e034075a2089
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	Sat Jan 21 08:25:10 2017 +0000
+++ b/vamp-client/qt/test.pro	Sat Jan 21 08:52:54 2017 +0000
@@ -16,7 +16,7 @@
 
 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I.. -I../..
 
-LIBS += -lcapnp -lkj -L$$VAMPSDK_DIR -lvamp-hostsdk
+LIBS += -L/usr/local/lib -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