[Development] Clarification on Mac 10.6 support for Qt 5.2

Qi Liang Liang.Qi at digia.com
Mon Jun 10 15:47:27 CEST 2013


Yes, it is confirmed nothing related with "CONFIG -= qt". The bug report is updated: https://bugreports.qt-project.org/browse/QTBUG-31586

And the workaround for QtLocation was merged, https://codereview.qt-project.org/58231 . The patch is like:

+# workaround for QTBUG-31586
+contains(QT_CONFIG, c++11): CONFIG += c++11

Regards,
Liang

________________________________________
From:Thiago Macieira
Sent: Monday, June 10, 2013 3:11 PM
To: development at qt-project.org
Subject: Re: [Development] Clarification on Mac 10.6 support for Qt 5.2

On segunda-feira, 10 de junho de 2013 10.30.12, Tor Arne Vestbø wrote:
> 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.

I see. So the root cause wasn't what I thought it was. That makes it simpler.

This problem might be a P2 or P3 now if CONFIG += c++11 automatically adds -
stdlib=libc++.
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



More information about the Development mailing list