[pim/eventviews] /: GIT_SILENT: master is opened (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4f3346af599c3bb913614ca9db2abf385859bb25 by Laurent Montel.
Committed on 08/08/2026 at 21:07.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: master is opened
M +6 -6 CMakeLists.txt
https://invent.kde.org/pim/eventviews/-/commit/4f3346af599c3bb913614ca9db2abf385859bb25
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0400d8f3..2c5f0861 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,12 +95,12 @@ include(ECMAddTests)
include(ECMCheckOutboundLicense)
include(ECMGenerateQDoc)
set(EVENTVIEW_LIB_VERSION ${PIM_VERSION})
-set(CALENDARUTILS_LIB_VERSION "6.7.40")
-set(AKONADI_LIB_VERSION "6.7.40")
-set(AKONADICALENDAR_LIB_VERSION "6.7.42")
-set(KMIME_LIB_VERSION "6.7.40")
-set(LIBKDEPIM_LIB_VERSION "6.7.40")
-set(CALENDARSUPPORT_LIB_VERSION "6.7.44")
+set(CALENDARUTILS_LIB_VERSION "6.8.40")
+set(AKONADI_LIB_VERSION "6.8.40")
+set(AKONADICALENDAR_LIB_VERSION "6.8.40")
+set(KMIME_LIB_VERSION "6.8.40")
+set(LIBKDEPIM_LIB_VERSION "6.8.40")
+set(CALENDARSUPPORT_LIB_VERSION "6.8.40")
find_package(KPim6Akonadi ${AKONADI_LIB_VERSION} CONFIG REQUIRED)
find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets)