Mercurial > hg > tony
comparison tonyapp.pro @ 6:ab5b3300ba1a
Add analyser, calculate some transforms when a file is loaded
author | Chris Cannam |
---|---|
date | Fri, 16 Nov 2012 17:14:46 +0000 |
parents | 158f40a613a5 |
children | 8b7383948381 |
comparison
equal
deleted
inserted
replaced
5:c2a0d8666017 | 6:ab5b3300ba1a |
---|---|
31 svcore/libsvcore.a | 31 svcore/libsvcore.a |
32 } | 32 } |
33 | 33 |
34 RESOURCES += tony.qrc | 34 RESOURCES += tony.qrc |
35 | 35 |
36 HEADERS += src/MainWindow.h | 36 HEADERS += src/MainWindow.h \ |
37 src/Analyser.h | |
38 | |
37 SOURCES += src/main.cpp \ | 39 SOURCES += src/main.cpp \ |
40 src/Analyser.cpp \ | |
38 src/MainWindow.cpp | 41 src/MainWindow.cpp |
39 | 42 |
40 QMAKE_INFO_PLIST = deploy/osx/Info.plist | 43 QMAKE_INFO_PLIST = deploy/osx/Info.plist |
41 | 44 |
42 | 45 |