diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-03-03 08:33:28 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-03-03 08:33:28 (GMT) |
commit | 9b0747af7e6c456c4215879ece86f2f0dc9b7478 (patch) | |
tree | 28320bcfcca6e22ed392d5a157cd44b261cca0d4 | |
parent | ca88b39490ef09b56cab5f933c9e33e5a2f5a498 (diff) | |
download | Qt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.zip Qt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.tar.gz Qt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.tar.bz2 |
Mac: Select Carbon when using the 10.4u SDK.
-rwxr-xr-x | configure | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6074,6 +6074,15 @@ if [ "$PLATFORM_MAC" = "yes" ]; then fi fi +# select Carbon when using the 10.4u SDK +if [ "$PLATFORM_MAC" = "yes" ]; then + if [ "TEST$CFG_SDK" = "TEST/Developer/SDKs/MacOSX10.4u.sdk/" ]; then + echo "Carbon on"; + CFG_MAC_COCOA="no"; + CFG_MAC_CARBON="yes"; + fi +fi + # set the global Mac deployment target. This is overridden on an arch-by-arch basis # in some cases, see code further down case "$PLATFORM,$CFG_MAC_COCOA" in |