You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
425 B

set(calendarapplet_SRCS
calendarapplet.cpp
)
add_library(plasma_applet_calendar MODULE ${calendarapplet_SRCS})
kcoreaddons_desktop_to_json(plasma_applet_calendar package/metadata.desktop)
target_link_libraries(plasma_applet_calendar
KF5::Plasma)
install(TARGETS plasma_applet_calendar DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
plasma_install_package(package org.kde.plasma.calendar)