AkonadiCore
PIM Storage Framework
Using the Module
Using a KDE module's C++ API requires linking against the module library. The preferred way of consuming the library is through CMake.
Building with CMake
Use the find_package() command to locate the needed module component in the KPim6 package:
find_package(KPim6 REQUIRED COMPONENTS AkonadiCore)
target_link_libraries(mytarget PRIVATE KPim6::AkonadiCore)
For more details, see the Build with CMake overview.
API Reference
- Akonadi Core C++ Classes
- Akonadi Widgets C++ Classes
- Akonadi Agent Base C++ Classes