From 22743b6d8b3ddcd301ab80ef48a7896c18de464f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 11 Aug 2024 17:58:58 +0200 Subject: [PATCH] Include missing ECMQmlModule Amends bc67033c003e7f8b73fadd4239ab5b737de27877 and e0c3a1c14395117661521f0d880bdcf52124d1e1 No idea why this isn't caught by CI, but it fails for me otherwise. Signed-off-by: Andreas Sturmlechner --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c44b275c..70ccf8467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ include(KDEGitCommitHooks) include(ECMCheckOutboundLicense) include(ECMQtDeclareLoggingCategory) include(ECMAddAndroidApk) +include(ECMQmlModule) if (NOT ANDROID) include(KDEClangFormat) endif() @@ -59,7 +60,6 @@ set_package_properties(Qt6 PROPERTIES PURPOSE "Basic application components" ) -qt_policy(SET QTP0001 NEW) if (QT_KNOWN_POLICY_QTP0004) qt_policy(SET QTP0004 NEW) endif ()