summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@nokia.com>2011-06-07 06:10:00 (GMT)
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 10:24:38 (GMT)
commit72b2c02c5063226abf45087cf1e8061adcbaf5b8 (patch)
tree7ef79a5f2708725b62be3d4631d0743bb4b3a19a /configure
parenta96672bc77642e3e5a030fd9e78f700b47e11ccb (diff)
downloadQt-72b2c02c5063226abf45087cf1e8061adcbaf5b8.zip
Qt-72b2c02c5063226abf45087cf1e8061adcbaf5b8.tar.gz
Qt-72b2c02c5063226abf45087cf1e8061adcbaf5b8.tar.bz2
Fix for QTBUG-18947. Changed the macosx deployment target to 10.5
Reviewed by: Eckhart Köppen
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3b7a1f3..3588d78 100755
--- a/configure
+++ b/configure
@@ -4661,7 +4661,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
done
fi
if [ "$PLATFORM_MAC" = "yes" ]; then
- echo "export MACOSX_DEPLOYMENT_TARGET = 10.4" >> "$mkfile"
+ echo "export MACOSX_DEPLOYMENT_TARGET = 10.5" >> "$mkfile"
echo "CARBON_LFLAGS =-framework ApplicationServices" >>"$mkfile"
echo "CARBON_CFLAGS =-fconstant-cfstrings" >>"$mkfile"
EXTRA_LFLAGS="$EXTRA_LFLAGS \$(CARBON_LFLAGS)"