qt5base-lts/tests/auto/corelib/global
Thiago Macieira cb0ea39895 CMake: remove support for building Qt with the old Intel compiler
This hasn't worked for some time. It's not in our CI and I don't think
it was working at all. When I tried to build it, I ran into several
problems with C++17 and an Internal Compiler Error I did not have any
interest in working around.

After discussing with the Intel compiler team, it was decided that
fixing those issues in the old compiler is not going to happen. Instead,
their recommendation is to adopt the new LLVM-based compiler, which
the last commit added support for.

This commit does not remove qmake support for the old ICC. It's possible
someone is using qmake with a non-Qt6 project and ICC.

Change-Id: Icb2516126f674e7b8bb3fffd16ad6350ddbd49e5
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-10-13 12:49:49 -07:00
..
q_func_info Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcompare Remove the qmake project files 2021-01-07 15:32:28 +01:00
qflags Prefer QFAIL("Informative message") over QVERIFY(false) 2021-06-14 15:57:16 +02:00
qfloat16 Use a more forgiving threshold for qFuzzyIsNull(qfloat16) 2021-04-29 14:13:23 +02:00
qgetputenv Remove the qmake project files 2021-01-07 15:32:28 +01:00
qglobal Remove checks for features available in C++17 2021-10-02 17:54:39 +02:00
qglobalstatic Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
qhooks Remove the qmake project files 2021-01-07 15:32:28 +01:00
qkeycombination Remove the qmake project files 2021-01-07 15:32:28 +01:00
qlogging Fix tst_qmessagehandler::formatLogMessage() test on Android 2021-07-01 13:29:43 +00:00
qnativeinterface Use member function instead of template function to resolve native interface 2021-07-17 02:23:17 +02:00
qnumeric CMake: remove support for building Qt with the old Intel compiler 2021-10-13 12:49:49 -07:00
qoperatingsystemversion Remove the qmake project files 2021-01-07 15:32:28 +01:00
qrandomgenerator Fix various -Wdeprecated-enum-float-conversions around the code 2021-07-27 14:58:41 +02:00
qtendian Suppress gcc warning -Wmemset-elt-size on test code 2021-06-14 15:57:16 +02:00
qwinregistry Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt Compile autotests for Integrity 2021-09-20 17:29:04 +03:00