2014-11-13 19:30:51 +02:00
|
|
|
project(plasma-applet-calendar)
|
|
|
|
|
|
|
|
set(calendar_SRCS
|
2023-09-02 19:12:16 +03:00
|
|
|
calendar.cpp
|
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
kde4_add_plugin(plasma_applet_calendar ${calendar_SRCS})
|
2021-07-28 01:38:38 +03:00
|
|
|
target_link_libraries(plasma_applet_calendar
|
2023-06-17 23:26:56 +03:00
|
|
|
KDE4::plasma
|
2021-07-28 01:38:38 +03:00
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2023-09-02 19:12:16 +03:00
|
|
|
install(
|
|
|
|
TARGETS plasma_applet_calendar
|
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
install(
|
|
|
|
FILES plasma-applet-calendar.desktop
|
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
install(
|
|
|
|
FILES mini-calendar.svgz
|
|
|
|
DESTINATION ${KDE4_DATA_INSTALL_DIR}/desktoptheme/default/calendar/
|
|
|
|
)
|