From 3a3474a4c0eeeb1faa8d7a48ac43e57ba76c950d Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 30 Apr 2024 16:08:40 +0200 Subject: [PATCH] QmlDesigner: Suppress QDS compnent warnings in template Change-Id: I409866d43282d425795e8afe0bcb824d860a2a84 Reviewed-by: Fabian Kosmale (cherry picked from commit c7790ab9814ec0154e044f046c710d6aa96e6060) Reviewed-by: Thomas Hartmann --- .../qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl b/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl index 2e4a3bfe82a..5640b85844c 100644 --- a/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl +++ b/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl @@ -3,6 +3,7 @@ message("Building designer components.") +set(QT_QDS_COMPONENTS_NOWARN on) set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml") include(FetchContent)