Mercurial > hg > svgui
view view/view.pro @ 215:d2334a77db73
* Update to use new vamp-hostsdk instead of vamp-sdk
* Make spectrogram adapt its paint block size depending on how long it actually
takes to draw
* Some thread debugging infrastructure
author | Chris Cannam |
---|---|
date | Fri, 02 Mar 2007 13:01:41 +0000 |
parents | 9c40dc10c88c |
children | 44f391ec2172 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svview DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += Overview.h \ Pane.h \ PaneStack.h \ View.h \ ViewManager.h SOURCES += Overview.cpp \ Pane.cpp \ PaneStack.cpp \ View.cpp \ ViewManager.cpp