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. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development