QmlDesigner: Skip Qt5Compat

It is referencing SourceContext which is not anymore defined.

Change-Id: Ibf32b308b83f223dc41e5af6e7b5bbdb927163df
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Marco Bubke
2022-06-08 16:55:42 +02:00
parent 2a902be0cd
commit f888ec127e

View File

@@ -238,7 +238,8 @@ bool skipPath(const std::filesystem::path &path)
bool skip = directory == "QtApplicationManager" || directory == "QtInterfaceFramework"
|| directory == "QtOpcUa" || directory == "Qt3D" || directory == "Qt3D"
|| directory == "Scene2D" || directory == "Scene3D" || directory == "QtWayland";
|| directory == "Scene2D" || directory == "Scene3D" || directory == "QtWayland"
|| directory == "Qt5Compat";
if (skip)
qDebug() << "skip" << path.string().data();