On 8/27/09 12:33 PM, "ext Bastian Bense" <[email protected]> wrote:

> Hey everyone,
> 
> I couldn't wait and had to install Mac OS X 10.6 and compiled myself a
> bleeding edge Qt 4.6 snapshot from git after compiling on Snow Leopard
> with Qt 4.5.2 gave me a lot of warnings and errors.
> 
> For one of my test projects I used to add the following lines to
> the .pro file, so that the application can also launch on Mac OS X 10.3:
> 
> macx {
>      QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3
>      QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk
> }
> 

Hi, Qt 4.6 does support deploying on 10.3, you have to use 4.5 if you want
to target that platform. See
http://doc.trolltech.com/4.6-snapshot/developing-on-mac.html (and the
corresponding 4.5 document) for more details.

- Morten



_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to