diff svapp.pro @ 205:a3fbd52031a5

* Provide callback for use when configuring a plugin with GUI
author Chris Cannam
date Fri, 08 Oct 2010 11:20:10 +0100
parents 799ef3b24c21
children 3c236d31cccd
line wrap: on
line diff
--- a/svapp.pro	Fri Oct 08 11:19:57 2010 +0100
+++ b/svapp.pro	Fri Oct 08 11:20:10 2010 +0100
@@ -35,10 +35,12 @@
 HEADERS += framework/Document.h \
            framework/MainWindowBase.h \
            framework/SVFileReader.h \
+           framework/TransformUserConfigurator.h \
            framework/VersionTester.h
 
 SOURCES += framework/Document.cpp \
            framework/MainWindowBase.cpp \
            framework/SVFileReader.cpp \
+           framework/TransformUserConfigurator.cpp \
            framework/VersionTester.cpp