Mercurial > hg > easyhg
view easyhg.pro @ 112:4bd17f36d059
* Make diff binary a settings property; some tidying
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 17:02:55 +0000 |
parents | 1721c580c10e |
children | 807c79350bf1 |
line wrap: on
line source
CONFIG += debug TEMPLATE = app TARGET = easyhg unix { DESTDIR = . } OBJECTS_DIR = o MOC_DIR = o HEADERS = mainwindow.h \ hgtabwidget.h \ common.h \ grapher.h \ hgrunner.h \ changeset.h \ changesetitem.h \ logparser.h \ panner.h \ panned.h \ connectionitem.h \ textabbrev.h \ dateitem.h \ colourset.h \ debug.h \ recentfiles.h \ startupdialog.h \ repositorydialog.h \ multichoicedialog.h \ selectablelabel.h \ filestates.h \ filestatuswidget.h \ confirmcommentdialog.h \ hgaction.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ hgrunner.cpp \ grapher.cpp \ common.cpp \ changeset.cpp \ changesetitem.cpp \ logparser.cpp \ panner.cpp \ panned.cpp \ connectionitem.cpp \ textabbrev.cpp \ dateitem.cpp \ colourset.cpp \ debug.cpp \ recentfiles.cpp \ startupdialog.cpp \ repositorydialog.cpp \ multichoicedialog.cpp \ selectablelabel.cpp \ filestates.cpp \ filestatuswidget.cpp \ confirmcommentdialog.cpp macx-* { SOURCES += common_osx.mm LIBS += -framework Foundation } linux* { LIBS += -lutil } win* { LIBS += -lSecur32 } # ! [0] RESOURCES = easyhg.qrc win32 { RC_FILE = easyhg.rc } QT += network