Mercurial > hg > svgui
view view/view.pro @ 576:a4ba6c96b66d
* Make text labels in time instant layer more apparent (use drawVisibleText)
* Fix bug that caused time-instants in segmentation mode to come up white when zoomed far out
author | Chris Cannam |
---|---|
date | Mon, 25 Oct 2010 21:52:38 +0200 |
parents | 44f391ec2172 |
children |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../prf/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