Mercurial > hg > easyhg
view easyhg.pro @ 57:f583e44d9d31
* Update copyrights; add debug header
author | Chris Cannam |
---|---|
date | Tue, 16 Nov 2010 13:57:30 +0000 |
parents | 3c46b2ac45d3 |
children | 68aebc316898 |
line wrap: on
line source
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 \ textabbrev.h \ dateitem.h \ colourset.h \ debug.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 \ textabbrev.cpp \ dateitem.cpp \ colourset.cpp \ debug.cpp # ! [0] RESOURCES = hgexplorer.qrc win32 { RC_FILE = hgexplorer.rc } QT += network opengl