comparison widgets/widgets.pro @ 129:26d9d65e4941

* Use pkgconfig to look up Vamp library and header details if possible * Use runtime dlopen for JACK library when JACK support is enabled in a static build on Linux
author Chris Cannam
date Mon, 31 Jul 2006 16:15:45 +0000
parents 33929e0c3c6b
children 5d3a483856ff
comparison
equal deleted inserted replaced
128:33929e0c3c6b 129:26d9d65e4941
1 TEMPLATE = lib 1 TEMPLATE = lib
2 2
3 SV_UNIT_PACKAGES = 3 SV_UNIT_PACKAGES = vamp-sdk
4 load(../sv.prf) 4 load(../sv.prf)
5 5
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
7 QT += xml 7 QT += xml
8 8