diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-06 08:10:19 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-06 08:10:19 (GMT) |
commit | 0b0b31577898305fcc351e98f3ce2bb392869eb3 (patch) | |
tree | 64f24c4339c218cbd4f3b4a4187c43e3bc98fcf3 /dist/changes-4.6.0 | |
parent | 7e774bedf20d5e0ec4ab799461f785a913a46947 (diff) | |
download | Qt-0b0b31577898305fcc351e98f3ce2bb392869eb3.zip Qt-0b0b31577898305fcc351e98f3ce2bb392869eb3.tar.gz Qt-0b0b31577898305fcc351e98f3ce2bb392869eb3.tar.bz2 |
Add major Mac changes.
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 6ad73f6..fe3d8b9 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -222,6 +222,21 @@ QtGui - [MR#1111] Emit workAreaResized when _NET_WORKAREA is changed on X11. - Add support for GetURL events on Mac OS X + +General changes on Mac OS X: + - Mac OS X version support: Support for 10.3(Panther) has been dropped, support for + 10.6(Snow Leopard) has been added. + - The Cocoa port now supports static linking. + - The Cocoa port now supports the Qt3Support library (with the exception of Q3FileDialog) + to ease the transition from Carbon to Cocoa. + - The Cocoa binary packages are now Intel only (universal i386 and x86_64). + - Snow Leopard notes: + - Gcc 4.2 is used by default. Configure with -platform macx-g++40 to select 4.0. + - Using the 10.4u SDK requires gcc 4.0. + - Configuring for the Cocoa port (-cocoa) produces 64-bit binaries by default. + Use the -arch flags to override. + - Building for ppc64 is no longer supported by the gcc tool chain. + - Building for ppc is still supported. **************************************************************************** * Tools * |