changeset 668:a5127c696880 qt5

Remove some obsolete bits
author Chris Cannam
date Fri, 27 May 2016 10:32:55 +0100
parents 0f3e086066fc
children acfaae6844de
files easyhg.pro
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.pro	Fri May 27 09:56:22 2016 +0100
+++ b/easyhg.pro	Fri May 27 10:32:55 2016 +0100
@@ -6,21 +6,6 @@
 
 QT += widgets
 
-# We use the 10.5 SDK and Carbon for all 32-bit OS/X,
-# and 10.6 with Cocoa for all 64-bit. (Since EasyHg 1.2,
-# we can sadly no longer build for 10.4 because we need
-# the FSEvents API)
-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.5.sdk
-    QMAKE_CFLAGS += -mmacosx-version-min=10.5
-    QMAKE_CXXFLAGS += -mmacosx-version-min=10.5
-    CONFIG += x86 ppc 
-}
-macx-g++ {
-    QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.6.sdk
-    CONFIG += x86_64
-}
 macx-llvm {
     CONFIG += x86_64
     QMAKE_CFLAGS += -mmacosx-version-min=10.6