summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-03-03 08:33:28 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2010-03-03 08:33:28 (GMT)
commit9b0747af7e6c456c4215879ece86f2f0dc9b7478 (patch)
tree28320bcfcca6e22ed392d5a157cd44b261cca0d4 /configure
parentca88b39490ef09b56cab5f933c9e33e5a2f5a498 (diff)
downloadQt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.zip
Qt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.tar.gz
Qt-9b0747af7e6c456c4215879ece86f2f0dc9b7478.tar.bz2
Mac: Select Carbon when using the 10.4u SDK.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index 2c7e431..5aaf347 100755
--- a/configure
+++ b/configure
@@ -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