Fix and install smb2rdc action
[kdenetwork.git] / kget / plasma / applet / CMakeLists.txt
blobdb03c4655d90edda9ff876f80aa7ce8594f51d9d
1 set(kget_SRCS
2     plasma-kget.cpp
3     barchart.cpp
4     transfergraph.cpp
5     speedgraph.cpp
6     piegraph.cpp
7     linegraphwidget.cpp
8     piechartwidget.cpp
9     errorgraph.cpp
10     panelgraph.cpp
13 kde4_add_ui_files(kget_SRCS kgetConfig.ui)
14 kde4_add_plugin(plasma_applet_kget ${kget_SRCS})
15 target_link_libraries(plasma_applet_kget ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
17 install(TARGETS plasma_applet_kget DESTINATION ${PLUGIN_INSTALL_DIR})
18 install(FILES plasma-kget-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})
19 install(FILES kget.svg DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)