Mercurial > hg > easyhg
diff easyhg.pro @ 67:be627aeceaed
* Some dialog stubs
author | Chris Cannam |
---|---|
date | Wed, 17 Nov 2010 21:37:16 +0000 |
parents | 794db9353c7f |
children | 6d5a5571caec |
line wrap: on
line diff
--- a/easyhg.pro Wed Nov 17 20:21:18 2010 +0000 +++ b/easyhg.pro Wed Nov 17 21:37:16 2010 +0000 @@ -24,7 +24,9 @@ colourset.h \ debug.h \ recentfiles.h \ - startupdialog.h + startupdialog.h \ + repositorydialog.h \ + multichoicedialog.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ @@ -43,7 +45,9 @@ colourset.cpp \ debug.cpp \ recentfiles.cpp \ - startupdialog.cpp + startupdialog.cpp \ + repositorydialog.cpp \ + multichoicedialog.cpp macx-* { SOURCES += common_osx.mm