# HG changeset patch # User Chris Cannam # Date 1484938592 0 # Node ID 9833a9b54134cf22b2d25082c33c6c060db9999c # Parent 7d58d25f687f2c9ae9c5cdb46e561664ad0993a9 Add Vamp dir to link diff -r 7d58d25f687f -r 9833a9b54134 vamp-client/qt/test.pro --- 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