diff easyhg.pro @ 335:aa852b477e4d

More OS/X deployment: Try to set shared library dependencies separately for each source arch
author Chris Cannam
date Wed, 02 Mar 2011 15:58:34 +0000
parents 2b2f0ba33262
children 4229b6a8e9c6
line wrap: on
line diff
--- a/easyhg.pro	Wed Mar 02 13:27:32 2011 +0000
+++ b/easyhg.pro	Wed Mar 02 15:58:34 2011 +0000
@@ -4,17 +4,18 @@
 TEMPLATE = app
 TARGET = EasyMercurial
 
+# We use the 10.4 SDK and Carbon for all 32-bit OS/X,
+# and 10.6 with Cocoa for all 64-bit
 macx-g++40 {
     # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40
     QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk
     QMAKE_CFLAGS += -mmacosx-version-min=10.4
     QMAKE_CXXFLAGS += -mmacosx-version-min=10.4
-    QMAKE_LFLAGS_RELEASE += -bind_at_load
     CONFIG += x86 ppc 
 }
 macx-g++ {
     QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.6.sdk
-    CONFIG += x86 x86_64
+    CONFIG += x86_64
 }
 
 unix {