From 161412cbcf43a28eade57465b936f0b4958804cc Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Sun, 10 Sep 2023 11:15:59 +0200 Subject: [PATCH] Add cmake check for qtlocation QML module So that packagers are notified that it is a dependency (cherry picked from commit 763198b2c33387d42368ceae1880c5b855a7d372) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3bdda654..1d651027e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,6 +141,7 @@ set_package_properties(cmark PROPERTIES ecm_find_qmlmodule(org.kde.kquickimageeditor 1.0) ecm_find_qmlmodule(org.kde.kitemmodels 1.0) ecm_find_qmlmodule(org.kde.quickcharts 1.0) +ecm_find_qmlmodule(QtLocation ${QTLOCATION_MODULE_QML_VERSION}) find_package(KQuickImageEditor COMPONENTS) set_package_properties(KQuickImageEditor PROPERTIES