Mercurial > hg > sonic-visualiser
comparison sv.pro @ 216:1fa0d271fd2c
* Pull out MainWindow::handleOSCMessage() into a separate file
author | Chris Cannam |
---|---|
date | Thu, 22 Nov 2007 14:13:20 +0000 |
parents | 688604a2c038 |
children | a2abdc72c390 fc542303eda2 |
comparison
equal
deleted
inserted
replaced
215:79ea249689d9 | 216:1fa0d271fd2c |
---|---|
34 | 34 |
35 # Input | 35 # Input |
36 HEADERS += main/MainWindow.h \ | 36 HEADERS += main/MainWindow.h \ |
37 main/PreferencesDialog.h | 37 main/PreferencesDialog.h |
38 SOURCES += main/main.cpp \ | 38 SOURCES += main/main.cpp \ |
39 main/OSCHandler.cpp \ | |
39 main/MainWindow.cpp \ | 40 main/MainWindow.cpp \ |
40 main/PreferencesDialog.cpp | 41 main/PreferencesDialog.cpp |
41 RESOURCES += sonic-visualiser.qrc | 42 RESOURCES += sonic-visualiser.qrc |
42 | 43 |
43 | 44 |