Mercurial > hg > svcore
view base/base.pro @ 206:a75e678f5d37
* Fix failure to reload play mute state correctly from session file
* Ensure Show and Play buttons in layer property box are initialised with the
correct state
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2007 14:46:45 +0000 |
parents | 0703252c9fe8 |
children | 8ff1ad4e7a9c |
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 \ Command.h \ CommandHistory.h \ Exceptions.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 \ Thread.h \ UnitDatabase.h \ Window.h \ XmlExportable.h \ ZoomConstraint.h SOURCES += AudioLevel.cpp \ Clipboard.cpp \ Command.cpp \ CommandHistory.cpp \ Exceptions.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 \ Thread.cpp \ UnitDatabase.cpp \ XmlExportable.cpp