Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
49:f9b53c10a3f6 | 50:c76782c14371 |
---|---|
16 changeset.h \ | 16 changeset.h \ |
17 changesetitem.h \ | 17 changesetitem.h \ |
18 logparser.h \ | 18 logparser.h \ |
19 panner.h \ | 19 panner.h \ |
20 panned.h \ | 20 panned.h \ |
21 connectionitem.h | 21 connectionitem.h \ |
22 textabbrev.h | |
22 SOURCES = main.cpp \ | 23 SOURCES = main.cpp \ |
23 mainwindow.cpp \ | 24 mainwindow.cpp \ |
24 hgexpwidget.cpp \ | 25 hgexpwidget.cpp \ |
25 hgrunner.cpp \ | 26 hgrunner.cpp \ |
26 grapher.cpp \ | 27 grapher.cpp \ |
29 changeset.cpp \ | 30 changeset.cpp \ |
30 changesetitem.cpp \ | 31 changesetitem.cpp \ |
31 logparser.cpp \ | 32 logparser.cpp \ |
32 panner.cpp \ | 33 panner.cpp \ |
33 panned.cpp \ | 34 panned.cpp \ |
34 connectionitem.cpp | 35 connectionitem.cpp \ |
36 textabbrev.cpp | |
35 | 37 |
36 # ! [0] | 38 # ! [0] |
37 RESOURCES = hgexplorer.qrc | 39 RESOURCES = hgexplorer.qrc |
38 win32 { | 40 win32 { |
39 RC_FILE = hgexplorer.rc | 41 RC_FILE = hgexplorer.rc |