comparison easyhg.pro @ 587:4ed384ea7f39 fswatcher

comment only
author Chris Cannam
date Wed, 14 Mar 2012 12:00:20 +0000
parents fa242885a233
children 2985c2a90146
comparison
equal deleted inserted replaced
586:687d9e700e81 587:4ed384ea7f39
3 3
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = EasyMercurial 5 TARGET = EasyMercurial
6 6
7 # We use the 10.5 SDK and Carbon for all 32-bit OS/X, 7 # We use the 10.5 SDK and Carbon for all 32-bit OS/X,
8 # and 10.6 with Cocoa for all 64-bit 8 # and 10.6 with Cocoa for all 64-bit. (Since EasyHg 1.2,
9 # we can sadly no longer build for 10.4 because we need
10 # the FSEvents API)
9 macx-g++40 { 11 macx-g++40 {
10 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40 12 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40
11 QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk 13 QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk
12 QMAKE_CFLAGS += -mmacosx-version-min=10.5 14 QMAKE_CFLAGS += -mmacosx-version-min=10.5
13 QMAKE_CXXFLAGS += -mmacosx-version-min=10.5 15 QMAKE_CXXFLAGS += -mmacosx-version-min=10.5