Mercurial > hg > svgui
view view/view.pro @ 455:747a58d45d56
* Fix incorrect starting extents in derived note & time-value layers
(happening when top==bottom==0 and thus recalculated from model
extents before model is complete)
author | Chris Cannam |
---|---|
date | Mon, 01 Dec 2008 16:45:17 +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