From 763198b2c33387d42368ceae1880c5b855a7d372 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cc431804..2d7399555 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,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