qt5base-lts/tools/configure
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
..
configure_pch.h Update copyright headers 2015-02-11 06:49:51 +00:00
configure.pro Merge remote-tracking branch 'origin/5.5' into dev 2015-06-03 10:23:56 +02:00
configureapp.cpp Add detection of C++14 and C++1z compiler features 2015-09-05 23:05:40 +00:00
configureapp.h Detect which C++ standard edition the compiler defaults to 2015-08-25 06:25:11 +00:00
environment.cpp remove $INCLUDE/$LIB hack for mingw 2015-05-12 09:10:18 +00:00
environment.h Add mingw GCC Version to qconfig.pri 2015-03-25 11:13:19 +00:00
main.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
Makefile.mingw Merge remote-tracking branch 'origin/5.5' into dev 2015-06-03 10:23:56 +02:00
Makefile.win32 Merge remote-tracking branch 'origin/5.5' into dev 2015-06-03 10:23:56 +02:00
tools.cpp Run license checker in qmake 2015-05-27 10:23:10 +00:00
tools.h Update copyright headers 2015-02-11 06:49:51 +00:00