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
}

When I keep this in the .pro file and attempt to compile, I get a  
bunch of compiler errors - see http://pastebin.com/m54235b08 .

It seems that compilation works fine as soon I remove the lines above.

Any ideas on what changed in Mac OS X or Qt 4.6?

Thanks,
Bastian

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

Reply via email to