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:
parent
8f456757b3
commit
01153c9e4e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue