From 894898ec0dcae64a0ce2e95ac9cc838af19f5502 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 16 Jan 2020 17:11:10 +0000 Subject: [PATCH] find kpeople qml module --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2dbb908e..fed63dbc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ include(ECMSetupVersion) include(ECMInstallIcons) include(FeatureSummary) include(GenerateExportHeader) +include(ECMQMLModules) include(KDEConnectMacros.cmake) @@ -63,6 +64,9 @@ else() ) add_definitions(-DHAVE_KIO) + + ecm_find_qmlmodule(org.kde.people 1.0) + endif() add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS -DQT_NO_CAST_FROM_ASCII)