Mercurial > hg > easyhg
diff easyhg.pro @ 88:c5e34ed5b791
* Start work on new file-status widget
author | Chris Cannam |
---|---|
date | Tue, 23 Nov 2010 11:33:15 +0000 |
parents | 0fa92c94d408 |
children | 06f4fffd5287 |
line wrap: on
line diff
--- a/easyhg.pro Mon Nov 22 21:28:00 2010 +0000 +++ b/easyhg.pro Tue Nov 23 11:33:15 2010 +0000 @@ -31,7 +31,8 @@ repositorydialog.h \ multichoicedialog.h \ selectablelabel.h \ - statparser.h + statparser.h \ + filestatuswidget.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ @@ -54,7 +55,8 @@ repositorydialog.cpp \ multichoicedialog.cpp \ selectablelabel.cpp \ - statparser.cpp + statparser.cpp \ + filestatuswidget.cpp macx-* { SOURCES += common_osx.mm