PDA

View Full Version : To build Universal Application using Qt4.6 on SnowLeopard!



merry
1st November 2011, 04:47
Hi,

I am using Qt4.6 on my mac snowleopard(10.6) machine. When I installed static Qt on SnowLeopard and try to build Universal Application , then it gives lots of errors if I commment "CONFIG+=x86 ppc x86_64 ppc64" then it works fine but my Application is Intel based not ppc. How to make universal Application using snowleopard.

I think Power PC supports till Mac OS 10.5.

Is there any way that I can define some conditions/Macros in pro file that for Mac OS 10.5 and below it consider "CONFIG+=x86 ppc x86_64 ppc64" and for above version than leopard it wont consider ppc support.