forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user