comparison sv.pro @ 662:6f06094daba0

Restore and update old Surveyer class (survey itself is not there yet)
author Chris Cannam
date Tue, 26 Nov 2013 11:41:12 +0000
parents 85834f881360
children 55efa5a18814
comparison
equal deleted inserted replaced
661:9d6eadfd390e 662:6f06094daba0
67 } 67 }
68 68
69 RESOURCES += sonic-visualiser.qrc 69 RESOURCES += sonic-visualiser.qrc
70 70
71 HEADERS += main/MainWindow.h \ 71 HEADERS += main/MainWindow.h \
72 main/Surveyer.h \
72 main/PreferencesDialog.h 73 main/PreferencesDialog.h
73 SOURCES += main/main.cpp \ 74 SOURCES += main/main.cpp \
74 main/OSCHandler.cpp \ 75 main/OSCHandler.cpp \
75 main/MainWindow.cpp \ 76 main/MainWindow.cpp \
77 main/Surveyer.cpp \
76 main/PreferencesDialog.cpp 78 main/PreferencesDialog.cpp
77 79
78 # for mac integration 80 # for mac integration
79 QMAKE_INFO_PLIST = deploy/osx/Info.plist 81 QMAKE_INFO_PLIST = deploy/osx/Info.plist
80 82