comparison easyhg.pro @ 525:721a8e30822b

Merge
author Chris Cannam
date Thu, 17 Nov 2011 17:12:39 +0000
parents d869e6a18f63
children 4276c7923d65
comparison
equal deleted inserted replaced
524:eea753f1cae8 525:721a8e30822b
1 1
2 CONFIG += release 2 CONFIG += debug
3 3
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = EasyMercurial 5 TARGET = EasyMercurial
6 6
7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X, 7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X,
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 src/versiontester.h \
67 src/squeezedlabel.h
67 SOURCES = \ 68 SOURCES = \
68 src/main.cpp \ 69 src/main.cpp \
69 src/mainwindow.cpp \ 70 src/mainwindow.cpp \
70 src/hgtabwidget.cpp \ 71 src/hgtabwidget.cpp \
71 src/hgrunner.cpp \ 72 src/hgrunner.cpp \
97 src/settingsdialog.cpp \ 98 src/settingsdialog.cpp \
98 src/workstatuswidget.cpp \ 99 src/workstatuswidget.cpp \
99 src/moreinformationdialog.cpp \ 100 src/moreinformationdialog.cpp \
100 src/annotatedialog.cpp \ 101 src/annotatedialog.cpp \
101 src/hgignoredialog.cpp \ 102 src/hgignoredialog.cpp \
102 src/versiontester.cpp 103 src/versiontester.cpp \
104 src/squeezedlabel.cpp
103 105
104 macx-* { 106 macx-* {
105 SOURCES += src/common_osx.mm 107 SOURCES += src/common_osx.mm
106 LIBS += -framework Foundation 108 LIBS += -framework Foundation
107 ICON = easyhg.icns 109 ICON = easyhg.icns