X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=288f7abc15fcef422cc888e19835d03304339007;hb=cedc301cd2f6dc644ddbf9fc9ae4fe605be2e9da;hp=c93fa633476c5cfa42ef725628122516dc5e7e3d;hpb=6af53346e27b25280f9a0d9dcafc5fb59152b7f0;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c93fa633..288f7abc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,7 @@ if(APPLE AND DEPLOY) set(CMAKE_OSX_ARCHITECTURES "i386;ppc") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mmacosx-version-min=10.4") set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk/") + add_definitions(-DMAC_10_4_SDK) endif(APPLE AND DEPLOY) # Enable mostly b0rked stuff (new ChatView), do not enable this unless you know what you do...