comparison easyhg.pro @ 175:6def8bf3be44

* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
author Chris Cannam
date Thu, 16 Dec 2010 17:32:25 +0000
parents b6dd1ee0e486
children 6c15700f4103
comparison
equal deleted inserted replaced
174:4dc802a4d5ae 175:6def8bf3be44
38 confirmcommentdialog.h \ 38 confirmcommentdialog.h \
39 hgaction.h \ 39 hgaction.h \
40 historywidget.h \ 40 historywidget.h \
41 changesetscene.h \ 41 changesetscene.h \
42 incomingdialog.h \ 42 incomingdialog.h \
43 uncommitteditem.h 43 uncommitteditem.h \
44 settingsdialog.h
44 SOURCES = main.cpp \ 45 SOURCES = main.cpp \
45 mainwindow.cpp \ 46 mainwindow.cpp \
46 hgtabwidget.cpp \ 47 hgtabwidget.cpp \
47 hgrunner.cpp \ 48 hgrunner.cpp \
48 grapher.cpp \ 49 grapher.cpp \
67 filestatuswidget.cpp \ 68 filestatuswidget.cpp \
68 confirmcommentdialog.cpp \ 69 confirmcommentdialog.cpp \
69 historywidget.cpp \ 70 historywidget.cpp \
70 changesetscene.cpp \ 71 changesetscene.cpp \
71 incomingdialog.cpp \ 72 incomingdialog.cpp \
72 uncommitteditem.cpp 73 uncommitteditem.cpp \
74 settingsdialog.cpp
73 75
74 macx-* { 76 macx-* {
75 SOURCES += common_osx.mm 77 SOURCES += common_osx.mm
76 LIBS += -framework Foundation 78 LIBS += -framework Foundation
77 } 79 }