comparison hgexplorer.pro @ 44:bed7ab59f62e

* A snatched bit of work on graph layout
author Chris Cannam
date Tue, 09 Nov 2010 17:51:12 +0000
parents c32067cd19f8
children 4286836bb3c9
comparison
equal deleted inserted replaced
43:c32067cd19f8 44:bed7ab59f62e
1
2 CONFIG += debug
3
1 TEMPLATE = app 4 TEMPLATE = app
2 TARGET = hgexplorer 5 TARGET = hgexplorer
3 unix { 6 unix {
4 DESTDIR = . 7 DESTDIR = .
5 } 8 }
6 9
7 HEADERS = mainwindow.h \ 10 HEADERS = mainwindow.h \
8 hgexpwidget.h \ 11 hgexpwidget.h \
9 common.h \ 12 common.h \
13 grapher.h \
10 hgrunner.h \ 14 hgrunner.h \
11 settingsdialog.h \ 15 settingsdialog.h \
12 changeset.h \ 16 changeset.h \
13 changesetitem.h \ 17 changesetitem.h \
14 logparser.h 18 logparser.h
15 SOURCES = main.cpp \ 19 SOURCES = main.cpp \
16 mainwindow.cpp \ 20 mainwindow.cpp \
17 hgexpwidget.cpp \ 21 hgexpwidget.cpp \
18 hgrunner.cpp \ 22 hgrunner.cpp \
23 grapher.cpp \
19 settingsdialog.cpp \ 24 settingsdialog.cpp \
20 common.cpp \ 25 common.cpp \
21 changeset.cpp \ 26 changeset.cpp \
22 changesetitem.cpp \ 27 changesetitem.cpp \
23 logparser.cpp 28 logparser.cpp