comparison easyhg.pro @ 64:794db9353c7f

* Start rejigging the settings/repo-path dialog setup: startup dialog now asks for user name and email only
author Chris Cannam
date Wed, 17 Nov 2010 17:49:16 +0000
parents 2340b00561d2
children be627aeceaed
comparison
equal deleted inserted replaced
63:2340b00561d2 64:794db9353c7f
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 recentfiles.h \
27 startupdialog.h
27 SOURCES = main.cpp \ 28 SOURCES = main.cpp \
28 mainwindow.cpp \ 29 mainwindow.cpp \
29 hgexpwidget.cpp \ 30 hgexpwidget.cpp \
30 hgrunner.cpp \ 31 hgrunner.cpp \
31 grapher.cpp \ 32 grapher.cpp \
39 connectionitem.cpp \ 40 connectionitem.cpp \
40 textabbrev.cpp \ 41 textabbrev.cpp \
41 dateitem.cpp \ 42 dateitem.cpp \
42 colourset.cpp \ 43 colourset.cpp \
43 debug.cpp \ 44 debug.cpp \
44 recentfiles.cpp 45 recentfiles.cpp \
46 startupdialog.cpp
45 47
46 macx-* { 48 macx-* {
47 SOURCES += common_osx.mm 49 SOURCES += common_osx.mm
48 } 50 }
49 51