comparison easyhg.pro @ 491:1d90cd7a1c5f

Add tester for newer version
author Chris Cannam
date Thu, 18 Aug 2011 13:15:38 +0100
parents ff6252986354
children fb196c016a9f
comparison
equal deleted inserted replaced
489:86cdaa346e59 491:1d90cd7a1c5f
60 src/settingsdialog.h \ 60 src/settingsdialog.h \
61 src/clickablelabel.h \ 61 src/clickablelabel.h \
62 src/workstatuswidget.h \ 62 src/workstatuswidget.h \
63 src/moreinformationdialog.h \ 63 src/moreinformationdialog.h \
64 src/annotatedialog.h \ 64 src/annotatedialog.h \
65 src/hgignoredialog.h 65 src/hgignoredialog.h \
66 src/versiontester.h
66 SOURCES = \ 67 SOURCES = \
67 src/main.cpp \ 68 src/main.cpp \
68 src/mainwindow.cpp \ 69 src/mainwindow.cpp \
69 src/hgtabwidget.cpp \ 70 src/hgtabwidget.cpp \
70 src/hgrunner.cpp \ 71 src/hgrunner.cpp \
95 src/uncommitteditem.cpp \ 96 src/uncommitteditem.cpp \
96 src/settingsdialog.cpp \ 97 src/settingsdialog.cpp \
97 src/workstatuswidget.cpp \ 98 src/workstatuswidget.cpp \
98 src/moreinformationdialog.cpp \ 99 src/moreinformationdialog.cpp \
99 src/annotatedialog.cpp \ 100 src/annotatedialog.cpp \
100 src/hgignoredialog.cpp 101 src/hgignoredialog.cpp \
102 src/versiontester.cpp
101 103
102 macx-* { 104 macx-* {
103 SOURCES += src/common_osx.mm 105 SOURCES += src/common_osx.mm
104 LIBS += -framework Foundation 106 LIBS += -framework Foundation
105 ICON = easyhg.icns 107 ICON = easyhg.icns