qt5base-lts/tests/auto/tools/moc
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
..
subdir
task71021
Test.framework/Headers
testproject
.gitattributes
.gitignore Add support for machine-readable JSON output to the MOC 2019-10-04 18:35:29 +02:00
allmocs_baseline_in.json moc: Add relative property index to JSON output of PropertyDef 2021-06-02 19:03:45 +02:00
assign-namespace.h
backslash-newlines.h Fix warnings in tst_moc 2020-08-23 01:18:13 +02:00
c-comments.h
CMakeLists.txt CMake: remove support for building Qt with the old Intel compiler 2021-10-13 12:49:49 -07:00
cstyle-enums.h
cxx11-enums.h
cxx11-explicit-override-control.h Silence a bunch of gcc warnings for the moc test 2021-03-29 15:59:48 +02:00
cxx11-final-classes.h Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
cxx11-trailing-return.h tst_moc: fix returning-reference-to-local warning 2021-05-04 16:21:50 +02:00
cxx17-namespaces.h
cxx-attributes.h Silence a bunch of gcc warnings for the moc test 2021-03-29 15:59:48 +02:00
dir-in-include-path.h
dollars.h
enum_inc.h moc: Handle include in enum, take 2 2020-11-03 19:36:34 +00:00
enum_with_include.h Handle even more include in enum cases 2021-08-06 11:54:11 +00:00
error-on-wrong-notify.h
escapes-in-string-literals.h
extraqualification.h
forgotten-qinterface.h
forward-declared-param.h Extend QSequentialIterable and add QAssociativeIterable 2020-09-19 11:14:30 +02:00
forwarddeclaredparam.h MetaObject: Store the QMetaType of the methods 2020-06-02 22:42:15 +02:00
function-with-attributes.h
fwdclass1.h Introduce Q_MOC_INCLUDE 2020-01-17 02:22:22 +01:00
fwdclass2.h Introduce Q_MOC_INCLUDE 2020-01-17 02:22:22 +01:00
fwdclass3.h Introduce Q_MOC_INCLUDE 2020-01-17 02:22:22 +01:00
gadgetwithnoenums.h
grand-parent-gadget-class.h Support Q_GADGET QMetaObject super class hierarchies across templates 2019-12-12 13:02:52 +01:00
Header
interface-from-framework.h
interface-from-include.h
macro-on-cmdline.h
moc_include.h Introduce Q_MOC_INCLUDE 2020-01-17 02:22:22 +01:00
namespace_no_merge.h
namespace.h
namespaced-flags.h
no-keywords.h Fix warnings in tst_moc 2020-08-23 01:18:13 +02:00
non-gadget-parent-class.h
oldstyle-casts.h
os9-newlines.h
parse-boost.h
parse-defines.h MetaObject: Store the QMetaType of the methods 2020-06-02 22:42:15 +02:00
plugin_metadata.h
pointery_to_incomplete.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
pp-dollar-signs.h
pure-virtual-signals.h Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
qinvokable.h
qprivateslots.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qtbug-35657-gadget.h
related-metaobjects-in-gadget.h
related-metaobjects-in-namespaces.h
related-metaobjects-name-conflict.h
single_function_keyword.h Fix warnings in tst_moc 2020-08-23 01:18:13 +02:00
single-quote-digit-separator-n3781.h
slots-with-void-template.h
task87883.h
task192552.h
task234909.h
task240368.h
template-gtgt.h Use QList instead of QVector in other qtbase tests 2020-07-07 11:48:45 +02:00
trigraphs.h
tst_moc.cpp QPlugin: add qt_plugin_query_metadata_v2() to dynamic plugins 2021-10-11 18:59:52 -07:00
unterminated-function-macro.h
using-namespaces.h
warn-on-multiple-qobject-subclasses.h
warn-on-property-without-read.h
win-newlines.h