Plasma Activities
Library for interacting with Plasma Activities.
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 PlasmaActivities package
find_package(PlasmaActivities REQUIRED)
target_link_libraries(mytarget PRIVATE Plasma::Activities)
For more details, see the Build with CMake overview.