Mercurial > hg > piper-cpp
comparison vamp-client/qt/test.pro @ 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 | a50a8c104bd8 |
comparison
equal
deleted
inserted
replaced
250:0701519bb35b | 251:41bbfede402a |
---|---|
12 MOC_DIR = ../o | 12 MOC_DIR = ../o |
13 | 13 |
14 VAMPSDK_DIR = ../../../vamp-plugin-sdk | 14 VAMPSDK_DIR = ../../../vamp-plugin-sdk |
15 PIPER_DIR = ../../../piper | 15 PIPER_DIR = ../../../piper |
16 | 16 |
17 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/lib -I.. -I../.. | 17 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/include -I.. -I../.. |
18 | 18 |
19 LIBS += $$VAMPSDK_DIR/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj | 19 LIBS += $$VAMPSDK_DIR/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj |
20 | 20 |
21 # Using the "console" CONFIG flag above should ensure this happens for | 21 # Using the "console" CONFIG flag above should ensure this happens for |
22 # normal Windows builds, but this may be necessary when cross-compiling | 22 # normal Windows builds, but this may be necessary when cross-compiling |