Mercurial > hg > svcore
view base/base.pro @ 389:a1b6d2e33cab
* document library dependencies
* remove dependency of transform on audioio
author | Chris Cannam |
---|---|
date | Thu, 13 Mar 2008 10:12:14 +0000 |
parents | 7aa1de571880 |
children | 5858cc462d0a |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT -= gui TARGET = svbase DEPENDPATH += . INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioLevel.h \ AudioPlaySource.h \ Clipboard.h \ Command.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 \ Thread.h \ UnitDatabase.h \ ViewManagerBase.h \ Window.h \ XmlExportable.h \ ZoomConstraint.h SOURCES += AudioLevel.cpp \ Clipboard.cpp \ Command.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 \ Thread.cpp \ UnitDatabase.cpp \ XmlExportable.cpp