annotate hgexplorer.pro @ 43:c32067cd19f8

* Some experiments towards a graph history view
author Chris Cannam
date Sun, 07 Nov 2010 19:59:54 +0000
parents 39bbb7b00934
children bed7ab59f62e
rev   line source
Chris@43 1 TEMPLATE = app
Chris@43 2 TARGET = hgexplorer
Chris@43 3 unix {
Chris@43 4 DESTDIR = .
Chris@43 5 }
Chris@43 6
Chris@43 7 HEADERS = mainwindow.h \
Chris@43 8 hgexpwidget.h \
Chris@43 9 common.h \
Chris@43 10 hgrunner.h \
Chris@43 11 settingsdialog.h \
Chris@43 12 changeset.h \
Chris@43 13 changesetitem.h \
Chris@43 14 logparser.h
Chris@43 15 SOURCES = main.cpp \
Chris@43 16 mainwindow.cpp \
Chris@43 17 hgexpwidget.cpp \
Chris@43 18 hgrunner.cpp \
Chris@43 19 settingsdialog.cpp \
Chris@43 20 common.cpp \
Chris@43 21 changeset.cpp \
Chris@43 22 changesetitem.cpp \
Chris@43 23 logparser.cpp
Chris@43 24
Chris@43 25 # ! [0]
Chris@43 26 RESOURCES = hgexplorer.qrc
Chris@43 27 win32 {
Chris@43 28 RC_FILE = hgexplorer.rc
Chris@43 29 }
Chris@43 30
Chris@43 31 QT += network