diff hgexplorer.pro @ 46:bd3accba9b3f

* Better layout for branches; spline connection paths
author Chris Cannam
date Wed, 10 Nov 2010 17:11:41 +0000
parents 4286836bb3c9
children
line wrap: on
line diff
--- a/hgexplorer.pro	Wed Nov 10 12:44:11 2010 +0000
+++ b/hgexplorer.pro	Wed Nov 10 17:11:41 2010 +0000
@@ -17,7 +17,8 @@
     changesetitem.h \
     logparser.h \
     panner.h \
-    panned.h
+    panned.h \
+    connectionitem.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgexpwidget.cpp \
@@ -29,7 +30,8 @@
     changesetitem.cpp \
     logparser.cpp \
     panner.cpp \
-    panned.cpp
+    panned.cpp \
+    connectionitem.cpp
 
 # ! [0]
 RESOURCES = hgexplorer.qrc
@@ -37,4 +39,4 @@
     RC_FILE = hgexplorer.rc
 }
 
-QT += network
+QT += network opengl