Mercurial > hg > svcore
diff base/base.pro @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | |
children | 21792a550ec9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/base.pro Mon Jul 31 14:05:22 2006 +0000 @@ -0,0 +1,61 @@ +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 \ + ConfigFile.h \ + Exceptions.h \ + FFTCache.h \ + Pitch.h \ + PlayParameterRepository.h \ + PlayParameters.h \ + Preferences.h \ + Profiler.h \ + PropertyContainer.h \ + RealTime.h \ + RecentFiles.h \ + ResizeableBitset.h \ + RingBuffer.h \ + Scavenger.h \ + Selection.h \ + TempDirectory.h \ + Thread.h \ + UnitDatabase.h \ + Window.h \ + XmlExportable.h \ + ZoomConstraint.h +SOURCES += AudioLevel.cpp \ + Clipboard.cpp \ + Command.cpp \ + CommandHistory.cpp \ + ConfigFile.cpp \ + Exceptions.cpp \ + FFTCache.cpp \ + Pitch.cpp \ + PlayParameterRepository.cpp \ + PlayParameters.cpp \ + Preferences.cpp \ + Profiler.cpp \ + PropertyContainer.cpp \ + RealTime.cpp \ + RecentFiles.cpp \ + Selection.cpp \ + TempDirectory.cpp \ + Thread.cpp \ + UnitDatabase.cpp \ + XmlExportable.cpp