Mercurial > hg > sonic-visualiser
diff sv.pro @ 333:faff9cd8f663
* Offer the user a chance to answer our survey (only once, and only after
several runs of the program, and only if the survey is known to be live on
the website)
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2009 16:31:45 +0000 |
parents | d6a41e88e78a |
children | 8fdfdd85881a |
line wrap: on
line diff
--- a/sv.pro Fri Aug 14 14:01:09 2009 +0000 +++ b/sv.pro Thu Aug 27 16:31:45 2009 +0000 @@ -39,11 +39,13 @@ # Input HEADERS += main/MainWindow.h \ - main/PreferencesDialog.h + main/PreferencesDialog.h \ + main/Surveyer.h SOURCES += main/main.cpp \ main/OSCHandler.cpp \ main/MainWindow.cpp \ - main/PreferencesDialog.cpp + main/PreferencesDialog.cpp \ + main/Surveyer.cpp RESOURCES += sonic-visualiser.qrc