diff 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
line wrap: on
line diff
--- a/easyhg.pro	Wed Jan 05 15:05:45 2011 +0000
+++ b/easyhg.pro	Wed Jan 05 15:58:34 2011 +0000
@@ -1,5 +1,10 @@
 
-CONFIG += debug
+CONFIG += release
+
+macx-* {
+    QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
+    CONFIG += x86 ppc
+}
 
 TEMPLATE = app
 TARGET = EasyMercurial
@@ -78,6 +83,7 @@
 macx-* {
     SOURCES += common_osx.mm
     LIBS += -framework Foundation
+    ICON = easyhg.icns
 }
 
 linux* {