Mercurial > hg > easyhg
comparison easyhg.pro @ 67:be627aeceaed
* Some dialog stubs
author | Chris Cannam |
---|---|
date | Wed, 17 Nov 2010 21:37:16 +0000 |
parents | 794db9353c7f |
children | 6d5a5571caec |
comparison
equal
deleted
inserted
replaced
66:5616a814c58b | 67:be627aeceaed |
---|---|
22 textabbrev.h \ | 22 textabbrev.h \ |
23 dateitem.h \ | 23 dateitem.h \ |
24 colourset.h \ | 24 colourset.h \ |
25 debug.h \ | 25 debug.h \ |
26 recentfiles.h \ | 26 recentfiles.h \ |
27 startupdialog.h | 27 startupdialog.h \ |
28 repositorydialog.h \ | |
29 multichoicedialog.h | |
28 SOURCES = main.cpp \ | 30 SOURCES = main.cpp \ |
29 mainwindow.cpp \ | 31 mainwindow.cpp \ |
30 hgexpwidget.cpp \ | 32 hgexpwidget.cpp \ |
31 hgrunner.cpp \ | 33 hgrunner.cpp \ |
32 grapher.cpp \ | 34 grapher.cpp \ |
41 textabbrev.cpp \ | 43 textabbrev.cpp \ |
42 dateitem.cpp \ | 44 dateitem.cpp \ |
43 colourset.cpp \ | 45 colourset.cpp \ |
44 debug.cpp \ | 46 debug.cpp \ |
45 recentfiles.cpp \ | 47 recentfiles.cpp \ |
46 startupdialog.cpp | 48 startupdialog.cpp \ |
49 repositorydialog.cpp \ | |
50 multichoicedialog.cpp | |
47 | 51 |
48 macx-* { | 52 macx-* { |
49 SOURCES += common_osx.mm | 53 SOURCES += common_osx.mm |
50 } | 54 } |
51 | 55 |