2015-01-15 17:07:43 +00:00
|
|
|
project(luna)
|
|
|
|
|
2015-09-02 02:13:50 +03:00
|
|
|
set(luna_SRCS luna.cpp lunaConfig.ui)
|
2015-01-15 17:07:43 +00:00
|
|
|
kde4_add_plugin(plasma_applet_luna ${luna_SRCS})
|
|
|
|
target_link_libraries(plasma_applet_luna
|
|
|
|
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
|
|
|
|
|
|
|
|
install(TARGETS plasma_applet_luna
|
|
|
|
DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
|
|
|
install(FILES plasma-applet-luna.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
|
|
|
|
install(FILES luna.svgz
|
2015-09-02 02:13:50 +03:00
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
|
2015-01-15 17:07:43 +00:00
|
|
|
|
|
|
|
kde4_install_icons(${ICON_INSTALL_DIR})
|