X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=288f7abc15fcef422cc888e19835d03304339007;hp=c93fa633476c5cfa42ef725628122516dc5e7e3d;hb=4cf82c9e10e1301ddfc47e5ac23e22b96ffb0bf3;hpb=6af53346e27b25280f9a0d9dcafc5fb59152b7f0 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...