Mercurial > hg > piper-cpp
changeset 251:41bbfede402a
Fix typo (lib for include)
| author | Chris Cannam <cannam@all-day-breakfast.com> | 
|---|---|
| date | Thu, 15 Jun 2017 12:54:54 +0100 | 
| parents | 0701519bb35b | 
| children | 3be9f5b49694 | 
| 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 Thu Jun 15 11:52:57 2017 +0100 +++ b/vamp-client/qt/test.pro Thu Jun 15 12:54:54 2017 +0100 @@ -14,7 +14,7 @@ VAMPSDK_DIR = ../../../vamp-plugin-sdk PIPER_DIR = ../../../piper -QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/lib -I.. -I../.. +QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/include -I.. -I../.. LIBS += $$VAMPSDK_DIR/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj
