Mercurial > hg > svgui
view 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 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp-sdk load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svwidgets DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioDial.h \ Fader.h \ ItemEditDialog.h \ LayerTree.h \ LEDButton.h \ ListInputDialog.h \ PluginParameterBox.h \ PluginParameterDialog.h \ PropertyBox.h \ PropertyStack.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ LayerTree.cpp \ LEDButton.cpp \ ListInputDialog.cpp \ PluginParameterBox.cpp \ PluginParameterDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp