[Development] Qt LTS & C++11 plans

Thiago Macieira thiago.macieira at intel.com
Wed Jul 8 23:11:32 CEST 2015


On Wednesday 08 July 2015 13:43:16 Thiago Macieira wrote:
> On Tuesday 23 June 2015 10:17:40 Knoll Lars wrote:
> > Qt 5.6:
> > 
> > * We make 5.6 a long term supported release
> > * We still support C++98 compilers in this release (for the last time),
> > i.e. We keep the 5.5 compiler baseline
> > * WEC7 will be still supported
> > * QNX 6.5 is not supported anymore
> > * Qt Quick1 and Qt WebKit are not part of the release (but we test that
> > the sources compile against 5.6)
> > * We keep Qt Script for this release, it’ll be gone in 5.7 as well
> 
> Another thing: we should turn on C++11 support by default for user
> applications as of 5.6.
> 
> You can undo this by:
> 
> CONFIG -= c++11
> 
> You can add this now to your code.

https://codereview.qt-project.org/121023
https://codereview.qt-project.org/121022

I was nice made -std=gnu++11 the default instead of -std=c++11 :-)
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list