QmlDesigner: increase necessary Qt version to 6.5.4

Change-Id: Ib276421fb5e8c7ca55b382fc4ade0281c9f73e7c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Tim Jenssen
2024-04-24 17:22:50 +02:00
parent 10f855f3f0
commit 4e5498051b

View File

@@ -78,12 +78,12 @@ find_package(Qt6
REQUIRED REQUIRED
) )
if (Qt6_VERSION VERSION_GREATER_EQUAL 6.4.3) if (Qt6_VERSION VERSION_GREATER_EQUAL 6.5.4)
option(WITH_QMLDESIGNER "Build QmlDesigner" ${ENV_QTC_WITH_QMLDESIGNER}) option(WITH_QMLDESIGNER "Build QmlDesigner" ${ENV_QTC_WITH_QMLDESIGNER})
else() else()
option(WITH_QMLDESIGNER "Build QmlDesigner" OFF) option(WITH_QMLDESIGNER "Build QmlDesigner" OFF)
endif() endif()
add_feature_info("Build QmlDesigner and related code (only if Qt is 6.4.3 or newer)" ${WITH_QMLDESIGNER} "") add_feature_info("Build QmlDesigner and related code (only if Qt is 6.5.4 or newer)" ${WITH_QMLDESIGNER} "")
# hack for Qbs which still supports Qt5 and Qt6 # hack for Qbs which still supports Qt5 and Qt6
if (TARGET Qt6::Core5CompatPrivate) if (TARGET Qt6::Core5CompatPrivate)