Mercurial > hg > easyhg
diff easyhg.pro @ 584:09b9849b9800 fswatcher
Make a start with explicit FSEvents support on OS/X (see long comment added in this commit). Note that this branch doesn't currently build.
author | Chris Cannam |
---|---|
date | Mon, 12 Mar 2012 17:25:41 +0000 |
parents | 930462068dcc |
children | fa242885a233 |
line wrap: on
line diff
--- a/easyhg.pro Mon Mar 12 14:58:40 2012 +0000 +++ b/easyhg.pro Mon Mar 12 17:25:41 2012 +0000 @@ -4,13 +4,13 @@ TEMPLATE = app TARGET = EasyMercurial -# We use the 10.4 SDK and Carbon for all 32-bit OS/X, +# We use the 10.5 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_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++ {