mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 07:35:54 +00:00
7 lines
247 B
CMake
7 lines
247 B
CMake
kcoreaddons_add_plugin(plasma_applet_calendar SOURCES calendarapplet.cpp INSTALL_NAMESPACE "plasma/applets")
|
|
|
|
target_link_libraries(plasma_applet_calendar
|
|
KF5::Plasma)
|
|
|
|
plasma_install_package(package org.kde.plasma.calendar)
|