summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@nokia.com>2011-06-07 09:10:00 +0300
committerSimo Fält <simo.falt@nokia.com>2011-06-07 09:10:00 +0300
commit4875ecd930e47048a49eb17e4dadfa5d75e01a84 (patch)
tree1bf5cda8c74b943099eef5bf42ea1e57dbb1cef8 /configure
parent72bd10eed1f15d8ef3c233acb51212f18bc02f35 (diff)
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 e62c778187..c05ac336ea 100755
--- a/configure
+++ b/configure
@@ -4885,7 +4885,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ];
done
fi
if [ "$BUILD_ON_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)"