comparison easyhg.pro @ 63:2340b00561d2

* Add (but don't yet use) RecentFiles class to replace inline MRU logic
author Chris Cannam
date Wed, 17 Nov 2010 14:26:27 +0000
parents 68aebc316898
children 794db9353c7f
comparison
equal deleted inserted replaced
62:68aebc316898 63:2340b00561d2
20 panned.h \ 20 panned.h \
21 connectionitem.h \ 21 connectionitem.h \
22 textabbrev.h \ 22 textabbrev.h \
23 dateitem.h \ 23 dateitem.h \
24 colourset.h \ 24 colourset.h \
25 debug.h 25 debug.h \
26 recentfiles.h
26 SOURCES = main.cpp \ 27 SOURCES = main.cpp \
27 mainwindow.cpp \ 28 mainwindow.cpp \
28 hgexpwidget.cpp \ 29 hgexpwidget.cpp \
29 hgrunner.cpp \ 30 hgrunner.cpp \
30 grapher.cpp \ 31 grapher.cpp \
37 panned.cpp \ 38 panned.cpp \
38 connectionitem.cpp \ 39 connectionitem.cpp \
39 textabbrev.cpp \ 40 textabbrev.cpp \
40 dateitem.cpp \ 41 dateitem.cpp \
41 colourset.cpp \ 42 colourset.cpp \
42 debug.cpp 43 debug.cpp \
44 recentfiles.cpp
43 45
44 macx-* { 46 macx-* {
45 SOURCES += common_osx.mm 47 SOURCES += common_osx.mm
46 } 48 }
47 49