Skip to content

Fix build with akonadi 23.04

Antonio Rojas requested to merge arojas/digikam:akonadi-22.04 into master

In KDE PIM 23.04 the KF5:: targets have been renamed to KPim5:: While the KF5:: targets are kept for backwards compatibility, they no longer recursively include other KF5:: targets. We need to search for Akonadi explicitly so that the KF5::AkonadiCore target is defined.

Merge request reports