Mercurial > hg > svcore
view base/base.pro @ 286:20097c32d15d
* Better abbreviation modes for layer names in pane (and input model combo
of plugin parameter dialog)
* Avoid crash when loading SV file containing model derived from nonexistent
model (shouldn't happen of course, but see bug #1771769)
* Remember last-used input model in plugin parameter dialog
* Don't override a layer colour loaded from a session file with the generated
default colour when attaching it to a view
author | Chris Cannam |
---|---|
date | Fri, 10 Aug 2007 16:36:50 +0000 |
parents | 3b8008d09541 |
children | c022976d18e8 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svbase DEPENDPATH += . INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioLevel.h \ AudioPlaySource.h \ Clipboard.h \ ColourDatabase.h \ ColourMapper.h \ Command.h \ CommandHistory.h \ Exceptions.h \ LogRange.h \ Pitch.h \ PlayParameterRepository.h \ PlayParameters.h \ Preferences.h \ Profiler.h \ PropertyContainer.h \ RangeMapper.h \ RealTime.h \ RecentFiles.h \ ResizeableBitset.h \ RingBuffer.h \ Scavenger.h \ Selection.h \ StorageAdviser.h \ TempDirectory.h \ TextAbbrev.h \ Thread.h \ UnitDatabase.h \ Window.h \ XmlExportable.h \ ZoomConstraint.h SOURCES += AudioLevel.cpp \ Clipboard.cpp \ ColourDatabase.cpp \ ColourMapper.cpp \ Command.cpp \ CommandHistory.cpp \ Exceptions.cpp \ LogRange.cpp \ Pitch.cpp \ PlayParameterRepository.cpp \ PlayParameters.cpp \ Preferences.cpp \ Profiler.cpp \ PropertyContainer.cpp \ RangeMapper.cpp \ RealTime.cpp \ RecentFiles.cpp \ Selection.cpp \ StorageAdviser.cpp \ TempDirectory.cpp \ TextAbbrev.cpp \ Thread.cpp \ UnitDatabase.cpp \ XmlExportable.cpp