diff options
author | Simo Fält <simo.falt@nokia.com> | 2011-06-07 06:10:00 (GMT) |
---|---|---|
committer | Qt Commercial Integration <QtCommercial@digia.com> | 2012-01-31 10:24:38 (GMT) |
commit | 72b2c02c5063226abf45087cf1e8061adcbaf5b8 (patch) | |
tree | 7ef79a5f2708725b62be3d4631d0743bb4b3a19a /configure | |
parent | a96672bc77642e3e5a030fd9e78f700b47e11ccb (diff) | |
download | Qt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |