Mercurial > hg > svgui
view view/view.pro @ 161:dc2fe023a14f
* Improve output from Profiler class and make it incur less (no) overhead in
release builds with NO_TIMING defined
* Fix a lock contention issue in spectrogram
* Marginal optimisations elsewhere
author | Chris Cannam |
---|---|
date | Tue, 10 Oct 2006 14:51:17 +0000 |
parents | 33929e0c3c6b |
children | 9c40dc10c88c |
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 += Pane.h PaneStack.h Panner.h View.h ViewManager.h SOURCES += Pane.cpp PaneStack.cpp Panner.cpp View.cpp ViewManager.cpp