comparison vamp-client/qt/test.pro @ 156:9833a9b54134

Add Vamp dir to link
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 20 Jan 2017 18:56:32 +0000
parents bf8e3e7dd7de
children 7a113d07cd55
comparison
equal deleted inserted replaced
155:7d58d25f687f 156:9833a9b54134
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.. -I../..
18 18
19 LIBS += -lcapnp -lkj -lvamp-hostsdk 19 LIBS += -lcapnp -lkj -L$$VAMPSDK_DIR -lvamp-hostsdk
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