From 01153c9e4ee730b3272cb990ce2dabb0c720fe4e Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 16 Jun 2021 21:42:00 +0200 Subject: [PATCH] Disable kpeople qml module finding https://mail.kde.org/pipermail/kdeconnect/2021-June/007223.html (cherry picked from commit 89f52af4389e9e98f7428db670355d144b6045a2) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82a9cf9b2..9f044fa5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ else() add_definitions(-DHAVE_KIO) - ecm_find_qmlmodule(org.kde.people 1.0) + #ecm_find_qmlmodule(org.kde.people 1.0) FIXME This results in KPeople code being called which triggers DBus calls which breaks the Windows CI ecm_find_qmlmodule(QtQuick.Particles 2.0) endif()