diff plugin/plugin.pro @ 330:6e9dcf09b7fe

* Another incremental update (this class not yet used)
author Chris Cannam
date Tue, 06 Nov 2007 17:15:00 +0000
parents 21bd032ae791
children f620ce48c950
line wrap: on
line diff
--- a/plugin/plugin.pro	Tue Nov 06 17:08:11 2007 +0000
+++ b/plugin/plugin.pro	Tue Nov 06 17:15:00 2007 +0000
@@ -39,6 +39,8 @@
            transform/PluginTransformer.h \
            transform/RealTimePluginTransformer.h \
            transform/Transform.h \
+           transform/TransformDescription.h \
+           transform/TransformFactory.h \
            transform/Transformer.h \
            transform/TransformerFactory.h
 SOURCES += DSSIPluginFactory.cpp \
@@ -56,5 +58,6 @@
            transform/PluginTransformer.cpp \
            transform/RealTimePluginTransformer.cpp \
            transform/Transform.cpp \
+           transform/TransformFactory.cpp \
            transform/Transformer.cpp \
            transform/TransformerFactory.cpp