Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
204:5ee9e6bc21eb | 205:a3fbd52031a5 |
---|---|
33 audioio/PlaySpeedRangeMapper.cpp | 33 audioio/PlaySpeedRangeMapper.cpp |
34 | 34 |
35 HEADERS += framework/Document.h \ | 35 HEADERS += framework/Document.h \ |
36 framework/MainWindowBase.h \ | 36 framework/MainWindowBase.h \ |
37 framework/SVFileReader.h \ | 37 framework/SVFileReader.h \ |
38 framework/TransformUserConfigurator.h \ | |
38 framework/VersionTester.h | 39 framework/VersionTester.h |
39 | 40 |
40 SOURCES += framework/Document.cpp \ | 41 SOURCES += framework/Document.cpp \ |
41 framework/MainWindowBase.cpp \ | 42 framework/MainWindowBase.cpp \ |
42 framework/SVFileReader.cpp \ | 43 framework/SVFileReader.cpp \ |
44 framework/TransformUserConfigurator.cpp \ | |
43 framework/VersionTester.cpp | 45 framework/VersionTester.cpp |
44 | 46 |