qt5base-lts/config.tests
Bradley T. Hughes bf84d1a1fe configure: Auto-detect and enable C++11 support if available
Enabling support for C++11 adds CONFIG+=c++11 to the Qt build. Projects
using Qt can check for C++11 support using contains(QT_CONFIG, c++11) in
their .pr[iof] files.

The QMAKE_CXXFLAGS_CXX11 and QMAKE_LFLAGS_CXX11 qmake varibles contain
any arguments the compiler needs to enable C++11. CONFIG+=c++11 adds
these arguments to the build.

Support for clang, g++, and the Intel C++ Compiler for Linux are
included in this commit.

Change-Id: Id77f86d7ad4d5c740b890446a40b105879a0d327
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-06-05 12:30:13 +02:00
..
arch Record the sub-architecture (CPU features enabled in the compiler) 2012-05-30 17:28:07 +02:00
mac configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
qpa Added QScreen::refreshRate() to get the vertical refresh rate. 2012-05-08 22:30:10 +02:00
unix configure: Auto-detect and enable C++11 support if available 2012-06-05 12:30:13 +02:00
x11 Migrate fontconfig config test to unix scope 2012-06-05 06:14:06 +02:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00