[Qt-creator] Best c++11 for compiling and debugging with qt-creator on mac?

Erik Verbruggen erik.verbruggen at me.com
Sat Jun 1 11:27:05 CEST 2013


On 28 mei 2013, at 18:28, Paulo Silva <paulo.jnkml at gmail.com> wrote:

> Hi,
> 
> Is there a best c++11 compiler for using with qtc on mac?

Clang with libc++. Be sure to compile qt with that too, otherwise exceptions go boom in the worst way. Also add CONFIG+=c++11 for qmake. 

-- Erik


> How's the clang debugger interface coming along?
> 
> Thanks.
> Best,
> Paulo
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator



More information about the Qt-creator mailing list