From 89f52af4389e9e98f7428db670355d144b6045a2 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c5e2958a..0c3385137 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,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()