[pim/akonadi-import-wizard] /: GIT_SILENT: time to increase version (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a0188de0516ee73f6018660b1473a81a072e4807 by Laurent Montel.
Committed on 07/08/2026 at 05:30.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: time to increase version
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/akonadi-import-wizard/-/commit/a0188de0516ee73f6018660b1473a81a072e4807
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68064b95..2ee0befd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.29)
set(PIM_VERSION "6.8.40")
project(AkonadiImportWizard VERSION ${PIM_VERSION})
-set(KF_MIN_VERSION "6.26.0")
+set(KF_MIN_VERSION "6.27.0")
set(QT_REQUIRED_VERSION "6.9.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})