Mercurial > hg > svcore
view base/base.pro @ 355:d02f71281639
* Fix #1841095 tapping time instant gives wrong time in aligned track
* Fix #1815654 source tidying: Labeller
* Fix (I hope) #1849999 Time value graphs one instant out
author | Chris Cannam |
---|---|
date | Thu, 13 Dec 2007 17:14:33 +0000 |
parents | c022976d18e8 |
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 = 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 \ Resampler.h \ ResizeableBitset.h \ RingBuffer.h \ Scavenger.h \ Selection.h \ Serialiser.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 \ Resampler.cpp \ Selection.cpp \ Serialiser.cpp \ StorageAdviser.cpp \ TempDirectory.cpp \ TextAbbrev.cpp \ Thread.cpp \ UnitDatabase.cpp \ XmlExportable.cpp