qt5base-lts/config.tests/common
Thiago Macieira 4242fe0a03 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds
That implies we need to differentiate between a variable set but empty
and an empty variable. GCC, Clang and the Intel compiler accept -msse2
on 64-bit builds without warning (they also accept -mno-sse2), but the
Microsoft compiler does not have that option.

Change-Id: I54233388ba10994996ae3e749fd829085e8fd7b7
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-12-05 00:10:35 +00:00
..
atomic64 Auto-detect whether 64-bit std::atomic really works 2015-09-22 22:46:08 +00:00
avx Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
avx2 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
avx512 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
c++1z Add detection of C++14 and C++1z compiler features 2015-09-05 23:05:40 +00:00
c++11 Require more of the C++11 Standard Library 2015-08-06 07:13:46 +00:00
c++14 Add detection of C++14 and C++1z compiler features 2015-09-05 23:05:40 +00:00
c++default Detect which C++ standard edition the compiler defaults to 2015-08-25 06:25:11 +00:00
libproxy Update copyright headers 2015-02-11 06:49:51 +00:00
sse2 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
sse3 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
sse4_1 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
sse4_2 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
ssse3 Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit builds 2015-12-05 00:10:35 +00:00
xlocalescanprint Replace qdtoa and qstrtod implementation by a 3rdparty library 2015-11-02 17:00:50 +00:00