view base/base.pro @ 299:576be0d0d218

* Merge transform directory from sv-match-alignment branch (the previous comment included notes for this stuff, but I missed it in the actual merge) * Fix crash when a transform fails to create an output model and the thread that created the transform then deletes its input model thinking it's no longer needed, even though the transform run thread is still using it -- fix is to wait() on the transform before returning the null output model
author Chris Cannam
date Fri, 28 Sep 2007 16:15:06 +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