Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/easyhg.pro Wed Nov 17 14:26:27 2010 +0000 +++ b/easyhg.pro Wed Nov 17 17:49:16 2010 +0000 @@ -23,7 +23,8 @@ dateitem.h \ colourset.h \ debug.h \ - recentfiles.h + recentfiles.h \ + startupdialog.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ @@ -41,7 +42,8 @@ dateitem.cpp \ colourset.cpp \ debug.cpp \ - recentfiles.cpp + recentfiles.cpp \ + startupdialog.cpp macx-* { SOURCES += common_osx.mm