From 483047f590b7fd5c9d6f270aaa0c6778a3666c9d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 17 Mar 2020 17:13:12 +0100 Subject: [PATCH] Mark QtQuick.Particles as runtime dependency BUG: 417340 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e0167e0b..55cf5c5c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ else() add_definitions(-DHAVE_KIO) ecm_find_qmlmodule(org.kde.people 1.0) + ecm_find_qmlmodule(QtQuick.Particles 2.0) endif()