Mercurial > hg > easyhg
comparison easyhg.pro @ 88:c5e34ed5b791
* Start work on new file-status widget
author | Chris Cannam |
---|---|
date | Tue, 23 Nov 2010 11:33:15 +0000 |
parents | 0fa92c94d408 |
children | 06f4fffd5287 |
comparison
equal
deleted
inserted
replaced
87:a7904378ac6a | 88:c5e34ed5b791 |
---|---|
29 recentfiles.h \ | 29 recentfiles.h \ |
30 startupdialog.h \ | 30 startupdialog.h \ |
31 repositorydialog.h \ | 31 repositorydialog.h \ |
32 multichoicedialog.h \ | 32 multichoicedialog.h \ |
33 selectablelabel.h \ | 33 selectablelabel.h \ |
34 statparser.h | 34 statparser.h \ |
35 filestatuswidget.h | |
35 SOURCES = main.cpp \ | 36 SOURCES = main.cpp \ |
36 mainwindow.cpp \ | 37 mainwindow.cpp \ |
37 hgexpwidget.cpp \ | 38 hgexpwidget.cpp \ |
38 hgrunner.cpp \ | 39 hgrunner.cpp \ |
39 grapher.cpp \ | 40 grapher.cpp \ |
52 recentfiles.cpp \ | 53 recentfiles.cpp \ |
53 startupdialog.cpp \ | 54 startupdialog.cpp \ |
54 repositorydialog.cpp \ | 55 repositorydialog.cpp \ |
55 multichoicedialog.cpp \ | 56 multichoicedialog.cpp \ |
56 selectablelabel.cpp \ | 57 selectablelabel.cpp \ |
57 statparser.cpp | 58 statparser.cpp \ |
59 filestatuswidget.cpp | |
58 | 60 |
59 macx-* { | 61 macx-* { |
60 SOURCES += common_osx.mm | 62 SOURCES += common_osx.mm |
61 LIBS += -framework Foundation | 63 LIBS += -framework Foundation |
62 } | 64 } |