[pim/zanshin] /: GIT_SILENT: master is opened (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 95938d35a6e769d6a70d42e9ec578dc8eb62ea3d by Laurent Montel.
Committed on 08/08/2026 at 21:10.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: master is opened
M +3 -3 CMakeLists.txt
https://invent.kde.org/pim/zanshin/-/commit/95938d35a6e769d6a70d42e9ec578dc8eb62ea3d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5232483a..34f43685 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,9 +82,9 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
Crash
)
-find_package(KPim6Akonadi "6.7.40" REQUIRED)
-find_package(KPim6AkonadiCalendar "6.7.40" REQUIRED)
-find_package(KPim6KontactInterface "6.7.40" REQUIRED)
+find_package(KPim6Akonadi "6.8.40" REQUIRED)
+find_package(KPim6AkonadiCalendar "6.8.40" REQUIRED)
+find_package(KPim6KontactInterface "6.8.40" REQUIRED)
add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")