Mercurial > hg > easyhg
view 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 source
CONFIG += debug TEMPLATE = app TARGET = hgexplorer unix { DESTDIR = . } HEADERS = mainwindow.h \ hgexpwidget.h \ common.h \ grapher.h \ hgrunner.h \ settingsdialog.h \ changeset.h \ changesetitem.h \ logparser.h \ panner.h \ panned.h \ connectionitem.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ hgrunner.cpp \ grapher.cpp \ settingsdialog.cpp \ common.cpp \ changeset.cpp \ changesetitem.cpp \ logparser.cpp \ panner.cpp \ panned.cpp \ connectionitem.cpp # ! [0] RESOURCES = hgexplorer.qrc win32 { RC_FILE = hgexplorer.rc } QT += network opengl