comparison 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
comparison
equal deleted inserted replaced
249:9142c859e636 250:0701519bb35b
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.. -I../.. 17 QMAKE_CXXFLAGS = -I$$VAMPSDK_DIR -I/usr/local/lib -I.. -I../..
18 18
19 LIBS += -L/usr/local/lib -lcapnp -lkj -L$$VAMPSDK_DIR -lvamp-hostsdk 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
23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console 23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
24 24