comparison easyhg.pro @ 215:43ecb0dcc44e

* OS/X: Add icon (not sure this is working though) * Merge script, etc
author Chris Cannam
date Wed, 05 Jan 2011 15:58:34 +0000
parents 290a95b5ceae
children e2f2c6e3c01b
comparison
equal deleted inserted replaced
211:290a95b5ceae 215:43ecb0dcc44e
1 1
2 CONFIG += debug 2 CONFIG += release
3
4 macx-* {
5 QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
6 CONFIG += x86 ppc
7 }
3 8
4 TEMPLATE = app 9 TEMPLATE = app
5 TARGET = EasyMercurial 10 TARGET = EasyMercurial
6 11
7 unix { 12 unix {
76 settingsdialog.cpp 81 settingsdialog.cpp
77 82
78 macx-* { 83 macx-* {
79 SOURCES += common_osx.mm 84 SOURCES += common_osx.mm
80 LIBS += -framework Foundation 85 LIBS += -framework Foundation
86 ICON = easyhg.icns
81 } 87 }
82 88
83 linux* { 89 linux* {
84 LIBS += -lutil 90 LIBS += -lutil
85 } 91 }