Add c++11 option to configure.exe
authorKai Koehne <kai.koehne@nokia.com>
Wed, 5 Sep 2012 08:31:49 +0000 (10:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 13 Sep 2012 14:47:27 +0000 (16:47 +0200)
commitf0e2c6fe1c4b89260844243a98862ebe672e3ad9
tree86e7d94875aac83d853c0aeb8cac9356cafdc92b
parent0abae2aa2b99909b6da4c98b87354a1ba1cd025a
Add c++11 option to configure.exe

Also check for c++11 support in configure.exe (which is also used by MinGW builds).
The c++11 check is therefore moved from 'unix' to 'common' directory.

Change-Id: I082848f032c2770e52e34f331b83820f395c06b6
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Yuchen Deng <loaden@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
config.tests/common/c++11/c++11.cpp [moved from config.tests/unix/c++11/c++11.cpp with 100% similarity]
config.tests/common/c++11/c++11.pro [moved from config.tests/unix/c++11/c++11.pro with 100% similarity]
configure
tools/configure/configureapp.cpp