Mercurial > hg > easyhg
diff easyhg.pro @ 48:996b3c4037ef
* Add IndirectPainting opt flag, makes a big difference to rendering Panner; rename project
author | Chris Cannam |
---|---|
date | Wed, 10 Nov 2010 22:07:03 +0000 |
parents | hgexplorer.pro@bd3accba9b3f |
children | c76782c14371 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/easyhg.pro Wed Nov 10 22:07:03 2010 +0000 @@ -0,0 +1,42 @@ + +CONFIG += debug + +TEMPLATE = app +TARGET = easyhg +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