# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/purpose/hotfix-qmlmodules.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- CMake Deprecation Warning at $root/usr/share/ECM/modules/ECMQMLModules.cmake:9 (message): ECMQMLModules.cmake is deprecated since 5.88.0, please use ECMFindQmlModule.cmake instead Call Stack (most recent call first): CMakeLists.txt:26 (include) ... CMake Warning at objs/Findorg.kde.kcmutils-QMLModule.cmake:25 (message): qmldir not found in /usr/lib64/qt6/qml/org/kde/kcmutils or /usr/lib64/qt6/qml/org/kde/kcmutils/qmldir Call Stack (most recent call first): $root/usr/share/ECM/modules/ECMFindQmlModule.cmake:58 (find_package) CMakeLists.txt:62 (ecm_find_qmlmodule) --- purpose-6.24.0/CMakeLists.txt.vanilla 2026-03-17 12:24:47.727847837 +0100 +++ purpose-6.24.0/CMakeLists.txt 2026-03-17 12:27:07.666110838 +0100 @@ -23,7 +23,7 @@ include(ECMQtDeclareLoggingCategory) include(ECMDeprecationSettings) include(ECMGenerateQmlTypes) -include(ECMQMLModules) +include(ECMFindQmlModule) include(ECMQmlModule) include(ECMGenerateQDoc)