Mercurial > hg > svcore
view system/system.pro @ 360:ac300d385ab2
* Various fixes to object lifetime management, particularly in the spectrum
layer and for notification of main model deletion.
The main purpose of this is to improve the behaviour of the spectrum, but I
think it may also help with #1840922 Various crashes in Layer Summary window.
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2008 15:43:27 +0000 |
parents | 4b2ea82fd0ed |
children | 7aa1de571880 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svsystem DEPENDPATH += . INCLUDEPATH += . # Input HEADERS += Init.h System.h SOURCES += Init.cpp System.cpp