Mercurial > hg > svapp
diff svapp.pro @ 520:c3648c667a0b 3.0-integration
Merge from branch "alignment-simple"
author | Chris Cannam |
---|---|
date | Thu, 21 Apr 2016 15:06:43 +0100 |
parents | f7ec9e410108 51befd6165a3 |
children | f257967855e2 85c83499be3c |
line wrap: on
line diff
--- a/svapp.pro Fri Mar 18 14:25:05 2016 +0000 +++ b/svapp.pro Thu Apr 21 15:06:43 2016 +0100 @@ -57,13 +57,15 @@ audio/ContinuousSynth.cpp \ audio/PlaySpeedRangeMapper.cpp -HEADERS += framework/Document.h \ +HEADERS += framework/Align.h \ + framework/Document.h \ framework/MainWindowBase.h \ framework/SVFileReader.h \ framework/TransformUserConfigurator.h \ framework/VersionTester.h -SOURCES += framework/Document.cpp \ +SOURCES += framework/Align.cpp \ + framework/Document.cpp \ framework/MainWindowBase.cpp \ framework/SVFileReader.cpp \ framework/TransformUserConfigurator.cpp \