qt5base-lts/config.tests
Thiago Macieira 032f0f543e Fix building of the C++11 config.test on Windows with ICL
The Intel compiler does support C++11 options on the command-line.
configure.exe will correctly try to run it, but the test would fail for
incorrect reasons.

First, we need to pass the option -Qstd=c++11 to enable it.

Second, on Windows, the GCC experimental define isn't defined, nor is
__cplusplus updated yet. So we have to rely on the Intel-specific macro.

Third, we need CONFIG += console so that the application succeeds in
linking against a main() function, as opposed to a WinMain one.

Change-Id: I8f3252189df4f8854a9d9aa2cd919c288d2df420
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-06-27 08:28:01 +02:00
..
arch Remove the ARCH_FULL output from config.tests/arch 2014-06-17 17:20:03 +02:00
common Fix building of the C++11 config.test on Windows with ICL 2014-06-27 08:28:01 +02:00
mac/corewlan Remove last traces of CoreServices/QT_NO_CORESERVICES on Mac 2013-10-11 18:49:25 +02:00
qpa Make xcb compile with X-less EGL implementations 2014-02-09 20:03:29 +01:00
unix Merge remote-tracking branch 'origin/stable' into dev 2014-05-06 16:50:03 +02:00
x11 Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01: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