qt5base-lts/tests/auto/corelib/global/qnumeric
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
..
.gitignore
CMakeLists.txt CMake: remove support for building Qt with the old Intel compiler 2021-10-13 12:49:49 -07:00
tst_qnumeric.cpp Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16 2021-04-29 14:13:23 +02:00