From 2df9a26cdc552e015676472ec363dca5ebea6085 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 14 Oct 2023 20:42:19 +0200 Subject: [PATCH] QTLOCATION_MODULE_QML_VERSION was used during qt5/qt6 support. Now version is not necessary in qt6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a33367a0..84ae58f50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,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}) +ecm_find_qmlmodule(QtLocation) find_package(KQuickImageEditor COMPONENTS) set_package_properties(KQuickImageEditor PROPERTIES