add more spacing
[personal-kdebase.git] / workspace / plasma / applets / calendar / CMakeLists.txt
blob7dcce0fa8c9f248e2242e654c27bc772814ea0f3
1 project(plasma-applet-calendar)
3 set(calendar_SRCS
4     calendar.cpp)
6 add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
7 include_directories(../../libs)
9 kde4_add_plugin(plasma_applet_calendar ${calendar_SRCS})
10 target_link_libraries(plasma_applet_calendar ${KDE4_PLASMA_LIBS} plasmaclock ${KDE4_KIO_LIBS})
12 install(TARGETS plasma_applet_calendar DESTINATION ${PLUGIN_INSTALL_DIR})
13 install(FILES plasma-applet-calendar.desktop DESTINATION ${SERVICES_INSTALL_DIR})
14 install(FILES mini-calendar.svgz DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/calendar/)