comparison 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
comparison
equal deleted inserted replaced
332:b168df820681 333:faff9cd8f663
37 OBJECTS_DIR = tmp_obj 37 OBJECTS_DIR = tmp_obj
38 MOC_DIR = tmp_moc 38 MOC_DIR = tmp_moc
39 39
40 # Input 40 # Input
41 HEADERS += main/MainWindow.h \ 41 HEADERS += main/MainWindow.h \
42 main/PreferencesDialog.h 42 main/PreferencesDialog.h \
43 main/Surveyer.h
43 SOURCES += main/main.cpp \ 44 SOURCES += main/main.cpp \
44 main/OSCHandler.cpp \ 45 main/OSCHandler.cpp \
45 main/MainWindow.cpp \ 46 main/MainWindow.cpp \
46 main/PreferencesDialog.cpp 47 main/PreferencesDialog.cpp \
48 main/Surveyer.cpp
47 RESOURCES += sonic-visualiser.qrc 49 RESOURCES += sonic-visualiser.qrc
48 50
49 51