diff 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
line wrap: on
line diff
--- a/hgexplorer.pro	Sun Nov 07 19:59:54 2010 +0000
+++ b/hgexplorer.pro	Tue Nov 09 17:51:12 2010 +0000
@@ -1,3 +1,6 @@
+
+CONFIG += debug
+
 TEMPLATE = app
 TARGET = hgexplorer
 unix {
@@ -7,6 +10,7 @@
 HEADERS = mainwindow.h \
     hgexpwidget.h \
     common.h \
+    grapher.h \
     hgrunner.h \
     settingsdialog.h \
     changeset.h \
@@ -16,6 +20,7 @@
     mainwindow.cpp \
     hgexpwidget.cpp \
     hgrunner.cpp \
+    grapher.cpp \
     settingsdialog.cpp \
     common.cpp \
     changeset.cpp \