comparison vamp-client/qt/test.pro @ 161:7a113d07cd55

Libpath
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 08:52:54 +0000
parents 9833a9b54134
children c67a0a945b6b
comparison
equal deleted inserted replaced
160:3a318dc7b59e 161:7a113d07cd55
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 -L$$VAMPSDK_DIR -lvamp-hostsdk 19 LIBS += -L/usr/local/lib -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