From ba063a5177fb27fbf9bcaa9885d541a9fcb12834 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 21 Jul 2023 14:10:02 +0300 Subject: [PATCH] Port away from deprecated ECMQMLModules module --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a1e4f7c..50cd94858 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ include(GenerateExportHeader) include(ECMGenerateQmlTypes) include(KDEClangFormat) include(KDEGitCommitHooks) +include(ECMFindQmlModule) include(ECMQmlModule) -include(ECMQMLModules) include(ECMDeprecationSettings) include(KDEConnectMacros.cmake)