Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
47:24efab584ee5 | 48:996b3c4037ef |
---|---|
1 | |
2 CONFIG += debug | |
3 | |
4 TEMPLATE = app | |
5 TARGET = easyhg | |
6 unix { | |
7 DESTDIR = . | |
8 } | |
9 | |
10 HEADERS = mainwindow.h \ | |
11 hgexpwidget.h \ | |
12 common.h \ | |
13 grapher.h \ | |
14 hgrunner.h \ | |
15 settingsdialog.h \ | |
16 changeset.h \ | |
17 changesetitem.h \ | |
18 logparser.h \ | |
19 panner.h \ | |
20 panned.h \ | |
21 connectionitem.h | |
22 SOURCES = main.cpp \ | |
23 mainwindow.cpp \ | |
24 hgexpwidget.cpp \ | |
25 hgrunner.cpp \ | |
26 grapher.cpp \ | |
27 settingsdialog.cpp \ | |
28 common.cpp \ | |
29 changeset.cpp \ | |
30 changesetitem.cpp \ | |
31 logparser.cpp \ | |
32 panner.cpp \ | |
33 panned.cpp \ | |
34 connectionitem.cpp | |
35 | |
36 # ! [0] | |
37 RESOURCES = hgexplorer.qrc | |
38 win32 { | |
39 RC_FILE = hgexplorer.rc | |
40 } | |
41 | |
42 QT += network opengl |