[Development] Clarification on Mac 10.6 support for Qt 5.2

Tor Arne Vestbø tor.arne.vestbo at digia.com
Mon Jun 10 10:30:12 CEST 2013


On 6/7/13 17:31 , Thiago Macieira wrote:
> On sexta-feira, 7 de junho de 2013 10.22.56, Koehne Kai wrote:
>> Situation with Qt 5.1 as it is
>>   - Binary installer is compiled with OS X 10.7
>>   - You cannot deploy with them to 10.6
>>   - If you want to deploy to 10.6 without QtWebKit you have to compile Qt
>> yourself, on OS X 10.6, or on OS X 10.7 and above with -no-c++11 (to be
>> verified) - If you want to deploy to 10.6 including QtWebKit you have to
>> compile Qt yourself, on OS X 10.6
>
> You forgot one detail here:
>   - QtLocation does not compile on Mac (as of yesterday morning)
>
> Similarly, any user program that tries to compile a library with CONFIG -= qt
> with another that is CONFIG += qt will fail.

Wait, are you talking about something else here? The QtLocation issue 
had nothing to do with CONFIG -= qt. It was caused by a part of Qt not 
picking up the generic Qt build config (that enables C++11 if enabled by 
configure) because it was neither a module or a plugin or a tool, etc.

tor arne



More information about the Development mailing list