view transform/transform.pro @ 411:52303ec15cd2

* Permit holding Shift while dragging an instant or other edited thing, to override the initial drag resistance (for #1928943 sticky time instants) * better handling of updates during progressive decode load * ready() signal from model (used by vect)
author Chris Cannam
date Mon, 19 May 2008 17:23:11 +0000
parents bf1311518f80
children fdf5930b7ccc
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp vamp-hostsdk
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml

TARGET = svtransform

DEPENDPATH += . .. 
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

# Input
HEADERS += FeatureExtractionModelTransformer.h \
           RealTimeEffectModelTransformer.h \
           Transform.h \
           TransformDescription.h \
           TransformFactory.h \
           ModelTransformer.h \
           ModelTransformerFactory.h
SOURCES += FeatureExtractionModelTransformer.cpp \
           RealTimeEffectModelTransformer.cpp \
           Transform.cpp \
           TransformFactory.cpp \
           ModelTransformer.cpp \
           ModelTransformerFactory.cpp