Mercurial > hg > svcore
view transform/transform.pro @ 438:32c399d06374
* minor tidy
author | Chris Cannam |
---|---|
date | Thu, 07 Aug 2008 16:06:59 +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