Disable kpeople qml module finding

https://mail.kde.org/pipermail/kdeconnect/2021-June/007223.html
(cherry picked from commit 89f52af438)
This commit is contained in:
Nicolas Fella 2021-06-16 21:42:00 +02:00
parent 8f456757b3
commit 01153c9e4e

View file

@ -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()