Mercurial > hg > svcore
view transform/transform.pro @ 454:ba7aaacb7211
* Support transforms that output regions with more than one bin (by
creating more than one region)
* When model displayed in the spreadsheet dialog is deleted, close
the dialog in preference to crashing
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 13:13:33 +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