comparison widgets/widgets.pro @ 502:73a58a4dfebd

* Add vestigial Activity Log
author Chris Cannam
date Tue, 24 Feb 2009 14:01:42 +0000
parents 666cdcae5f0d
children 44f391ec2172
comparison
equal deleted inserted replaced
501:08e1ccfe289c 502:73a58a4dfebd
12 INCLUDEPATH += . .. 12 INCLUDEPATH += . ..
13 OBJECTS_DIR = tmp_obj 13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc 14 MOC_DIR = tmp_moc
15 15
16 # Input 16 # Input
17 HEADERS += AudioDial.h \ 17 HEADERS += ActivityLog.h \
18 AudioDial.h \
18 ClickableLabel.h \ 19 ClickableLabel.h \
19 ColourNameDialog.h \ 20 ColourNameDialog.h \
20 CommandHistory.h \ 21 CommandHistory.h \
21 CSVFormatDialog.h \ 22 CSVFormatDialog.h \
22 Fader.h \ 23 Fader.h \
49 Thumbwheel.h \ 50 Thumbwheel.h \
50 TipDialog.h \ 51 TipDialog.h \
51 TransformFinder.h \ 52 TransformFinder.h \
52 WindowShapePreview.h \ 53 WindowShapePreview.h \
53 WindowTypeSelector.h 54 WindowTypeSelector.h
54 SOURCES += AudioDial.cpp \ 55 SOURCES += ActivityLog.cpp \
56 AudioDial.cpp \
55 ColourNameDialog.cpp \ 57 ColourNameDialog.cpp \
56 CommandHistory.cpp \ 58 CommandHistory.cpp \
57 CSVFormatDialog.cpp \ 59 CSVFormatDialog.cpp \
58 Fader.cpp \ 60 Fader.cpp \
59 FileFinder.cpp \ 61 FileFinder.cpp \