diff vamp-client/qt/test.pro @ 250:0701519bb35b

Force use of .a from vamp-plugin-sdk dir
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 15 Jun 2017 11:52:57 +0100
parents c67a0a945b6b
children 41bbfede402a
line wrap: on
line diff
--- a/vamp-client/qt/test.pro	Thu Jun 15 10:21:55 2017 +0100
+++ b/vamp-client/qt/test.pro	Thu Jun 15 11:52:57 2017 +0100
@@ -14,9 +14,9 @@
 VAMPSDK_DIR = ../../../vamp-plugin-sdk
 PIPER_DIR = ../../../piper
 
-QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I.. -I../..
+QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/lib -I.. -I../..
 
-LIBS += -L/usr/local/lib -lcapnp -lkj -L$$VAMPSDK_DIR -lvamp-hostsdk
+LIBS += $$VAMPSDK_DIR/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj
 
 # Using the "console" CONFIG flag above should ensure this happens for
 # normal Windows builds, but this may be necessary when cross-compiling