[PATCH] Disable QmlDesigner plugin for Qt 5 based builds

Design Studio is Qt 6 based only, and since QmlDesigner development is
mostly done for that and by that team, don't restrict it to stay
compatible.

Change-Id: I9252a2a34f7395d9dc6800f59a37fc23d9f30052
Reviewed-by: hjk <hjk@qt.io>

Gbp-Pq: Name upstream_Disable-QmlDesigner-plugin-for-Qt-5-based-builds.patch
This commit is contained in:
Eike Ziller 2022-01-18 14:46:14 +01:00 committed by Lu zhiping
parent 2e6f5dead9
commit e14e34fe0a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if (APPLE)
endif()
add_qtc_plugin(QmlDesigner
CONDITION TARGET Qt5::QuickWidgets AND TARGET Qt5::Svg
CONDITION Qt5_VERSION VERSION_GREATER_EQUAL 6.2.0 AND TARGET Qt5::QuickWidgets AND TARGET Qt5::Svg
DEPENDS
QmlJS LanguageUtils QmlEditorWidgets AdvancedDockingSystem
Qt5::QuickWidgets Qt5::CorePrivate Sqlite Qt5::Xml Qt5::Svg