Mercurial > hg > easyhg
diff easyhg.pro @ 175:6def8bf3be44
* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
author | Chris Cannam |
---|---|
date | Thu, 16 Dec 2010 17:32:25 +0000 |
parents | b6dd1ee0e486 |
children | 6c15700f4103 |
line wrap: on
line diff
--- a/easyhg.pro Thu Dec 16 12:40:04 2010 +0000 +++ b/easyhg.pro Thu Dec 16 17:32:25 2010 +0000 @@ -40,7 +40,8 @@ historywidget.h \ changesetscene.h \ incomingdialog.h \ - uncommitteditem.h + uncommitteditem.h \ + settingsdialog.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ @@ -69,7 +70,8 @@ historywidget.cpp \ changesetscene.cpp \ incomingdialog.cpp \ - uncommitteditem.cpp + uncommitteditem.cpp \ + settingsdialog.cpp macx-* { SOURCES += common_osx.mm