Re: [Development] [Interest] Building 32-bit Qt 5 on Mac

2012-04-25 Thread morten.sorvig
On Apr 25, 2012, at 2:02 PM, ext Michael Jackson wrote: OS X 10.6 only requires an intel processor. OS X 10.7 requires a 64 bit intel processor. http://support.apple.com/kb/SP575?viewlocale=en_US&locale=en_US So if Qt 5 supports OS X 10.6 then Qt5 needs to be able to build in 32 bit mode. Mi

Re: [Development] [Interest] Building 32-bit Qt 5 on Mac

2012-04-25 Thread Thiago Macieira
On quarta-feira, 25 de abril de 2012 11.39.22, morten.sor...@nokia.com wrote: > Yes, Qt 5.0 will support 32-bit builds. We'll have to figure out _how_. I'm > not a big fan of multiple mkspecs so I'm going to suggest a configure > option of some sort. Perhaps we can re-use "-device-option" from > ht

Re: [Development] [Interest] Building 32-bit Qt 5 on Mac

2012-04-25 Thread morten.sorvig
On Apr 24, 2012, at 6:38 PM, ext Thiago Macieira wrote: On terça-feira, 24 de abril de 2012 11.41.14, Stephen Chu wrote: So I grabbed Qt 5 from git to give it a shot again. I am now more confused then before. :) The configure script uses pre-processor output from qtbase/config.tets/arch/arch.cpp

Re: [Development] [Interest] Building 32-bit Qt 5 on Mac

2012-04-24 Thread Thiago Macieira
On terça-feira, 24 de abril de 2012 11.41.14, Stephen Chu wrote: > So I grabbed Qt 5 from git to give it a shot again. I am now more > confused then before. :) > > The configure script uses pre-processor output from > qtbase/config.tets/arch/arch.cpp to determine the host and target > architectures