Warning, /frameworks/extra-cmake-modules/modules/ECMQMLModules.cmake is written in an unsupported language. File is not indexed.

0001 #
0002 # SPDX-FileCopyrightText: 2021 Arjen Hiemstra <ahiemstra@heimr.nl>
0003 #
0004 # SPDX-License-Identifier: BSD-3-Clause
0005 
0006 if (${ECM_GLOBAL_FIND_VERSION} VERSION_GREATER_EQUAL 5.88)
0007     message(DEPRECATION "ECMQMLModules.cmake is deprecated since 5.88.0, please use ECMFindQmlModule.cmake instead")
0008 endif()
0009 
0010 include(ECMFindQmlModule)