Mercurial > hg > easyhg
diff easyhg.pro @ 50:c76782c14371
* Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
author | Chris Cannam |
---|---|
date | Thu, 11 Nov 2010 22:04:59 +0000 |
parents | 996b3c4037ef |
children | 3c46b2ac45d3 |
line wrap: on
line diff
--- a/easyhg.pro Wed Nov 10 22:27:58 2010 +0000 +++ b/easyhg.pro Thu Nov 11 22:04:59 2010 +0000 @@ -18,7 +18,8 @@ logparser.h \ panner.h \ panned.h \ - connectionitem.h + connectionitem.h \ + textabbrev.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ @@ -31,7 +32,8 @@ logparser.cpp \ panner.cpp \ panned.cpp \ - connectionitem.cpp + connectionitem.cpp \ + textabbrev.cpp # ! [0] RESOURCES = hgexplorer.qrc