Mercurial > hg > easyhg
diff easyhg.pro @ 283:bc39f2e28da8 status_outside_tabs
Separate out work-status code from the file status widget
author | Chris Cannam |
---|---|
date | Mon, 21 Feb 2011 08:48:31 +0000 |
parents | f649f6066e4d |
children | d40294e164da |
line wrap: on
line diff
--- a/easyhg.pro Fri Feb 18 13:39:16 2011 +0000 +++ b/easyhg.pro Mon Feb 21 08:48:31 2011 +0000 @@ -49,7 +49,8 @@ incomingdialog.h \ uncommitteditem.h \ settingsdialog.h \ - clickablelabel.h + clickablelabel.h \ + workstatuswidget.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ @@ -79,7 +80,8 @@ changesetscene.cpp \ incomingdialog.cpp \ uncommitteditem.cpp \ - settingsdialog.cpp + settingsdialog.cpp \ + workstatuswidget.cpp macx-* { SOURCES += common_osx.mm