From b2d11d1996868a4425e15bf9a14261133e999868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 7 Apr 2010 14:26:43 +0200 Subject: Doc: update Mac development documentation. --- doc/src/development/developing-on-mac.qdoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/src/development/developing-on-mac.qdoc b/doc/src/development/developing-on-mac.qdoc index 1eb829e..6845d67 100644 --- a/doc/src/development/developing-on-mac.qdoc +++ b/doc/src/development/developing-on-mac.qdoc @@ -72,6 +72,9 @@ Carbon Qt can be developed on and deployed to 10.4, but there is no 64-bit support. + Note: There is no accessibility support in the Cocoa version. This is planned + for Qt 4.8. + With Qt 4.7 we now recommend using the Cocoa version of Qt for development, unless you want to target the 10.4 platform. Qt now uses Cocoa by default, both for the binary package and when configuring from source. Download the @@ -147,7 +150,7 @@ Carbon and Cocoa both have their advantages and disadvantages. Probably the easiest way to determine is to look at the version of Mac OS X you are - targetting. If your application can target 10.5 and up, then we reccomend + targetting. If your application can target 10.5 and up, then we recommend using Cocoa. If you need to target earlier versions of the operating system and do not need access to 64-bit or newer Apple technologies, then Carbon is a good fit. If your needs fall in between, you can go with a 64-bit Cocoa and 32-bit @@ -160,6 +163,14 @@ the 32-bit libraries into memory if everything else is 64-bit. If you want to follow this advice, there is only one choice, 64-bit Cocoa. + + \section2 Build Types + + We recommend building Qt as shared frameworks. Static builds are supported as far as + "make sub-src" takes you. For Cocoa configurations, both static and no-framework + builds requires manually copying the src/gui/mac/qt_menu.nib/ directory into the + "Resources" directory in the application bundle. + \target universal binaries \section1 Universal Binaries @@ -208,7 +219,6 @@ CONFIG += x86 ppc x86_64 ppc64 \endcode - \section1 Day-to-Day Application Development on OS X On the command-line, applications can be built using \c qmake and \c make. -- cgit v0.12