qt5base-lts/config.tests
Thiago Macieira 4684c1afe5 Add detection of C++14 and C++1z compiler features
[ChangeLog][General Improvements] Qt's buildsystem now detects whether
the compiler supports C++14 and experimental support for C++1z. If the
compiler supports it, then Qt is automatically compiled using that
support.
\
This does not apply to user applications built using qmake: those are
still built with C++11 support only. To enable support for C++14 in your
application, add to your .pro file: CONFIG += c++14 (similarly for
C++1z).

Change-Id: Ib056b47dde3341ef9a52ffff13ef1f5d01c42596
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2015-09-05 23:05:40 +00:00
..
arch Update the list of x86 instruction set extensions enabled by GCC 2015-07-28 23:55:04 +00:00
common Add detection of C++14 and C++1z compiler features 2015-09-05 23:05:40 +00:00
mac/corewlan Fixed license headers 2015-02-17 18:46:09 +00:00
qpa Add Mir client platform plugin 2015-08-09 06:27:26 +00:00
unix Fix pointer size detection when cross-compiling 2015-08-21 12:43:41 +00:00
win/directwrite Windows: Include DirectWrite support by default if available 2015-07-21 08:21:34 +00:00
x11 Update copyright headers 2015-02-11 06:49:51 +00:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.qmake.conf Handle INCLUDE and LIB environment variables in config.tests for MinGW 2013-11-22 07:30:57 +01:00