Mercurial > hg > svapp
comparison svapp.pro @ 521:169aa5203faa tony-2.0-integration
Merge latest SV 3.0 branch code
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2016 15:58:57 +0100 |
parents | c3648c667a0b |
children | f257967855e2 85c83499be3c |
comparison
equal
deleted
inserted
replaced
510:83c60632bac0 | 521:169aa5203faa |
---|---|
1 | 1 |
2 TEMPLATE = lib | 2 TEMPLATE = lib |
3 | |
4 INCLUDEPATH += ../vamp-plugin-sdk | |
5 DEFINES += HAVE_VAMP HAVE_VAMPHOSTSDK | |
3 | 6 |
4 exists(config.pri) { | 7 exists(config.pri) { |
5 include(config.pri) | 8 include(config.pri) |
6 } | 9 } |
7 !exists(config.pri) { | 10 !exists(config.pri) { |
52 audio/AudioGenerator.cpp \ | 55 audio/AudioGenerator.cpp \ |
53 audio/ClipMixer.cpp \ | 56 audio/ClipMixer.cpp \ |
54 audio/ContinuousSynth.cpp \ | 57 audio/ContinuousSynth.cpp \ |
55 audio/PlaySpeedRangeMapper.cpp | 58 audio/PlaySpeedRangeMapper.cpp |
56 | 59 |
57 HEADERS += framework/Document.h \ | 60 HEADERS += framework/Align.h \ |
61 framework/Document.h \ | |
58 framework/MainWindowBase.h \ | 62 framework/MainWindowBase.h \ |
59 framework/SVFileReader.h \ | 63 framework/SVFileReader.h \ |
60 framework/TransformUserConfigurator.h \ | 64 framework/TransformUserConfigurator.h \ |
61 framework/VersionTester.h | 65 framework/VersionTester.h |
62 | 66 |
63 SOURCES += framework/Document.cpp \ | 67 SOURCES += framework/Align.cpp \ |
68 framework/Document.cpp \ | |
64 framework/MainWindowBase.cpp \ | 69 framework/MainWindowBase.cpp \ |
65 framework/SVFileReader.cpp \ | 70 framework/SVFileReader.cpp \ |
66 framework/TransformUserConfigurator.cpp \ | 71 framework/TransformUserConfigurator.cpp \ |
67 framework/VersionTester.cpp | 72 framework/VersionTester.cpp |
68 | 73 |