mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
10 lines
307 B
Text
10 lines
307 B
Text
![]() |
|
||
|
set(icon_SRCS
|
||
|
icon.cpp)
|
||
|
|
||
|
kde4_add_plugin(plasma_applet_icon ${icon_SRCS})
|
||
|
target_link_libraries(plasma_applet_icon ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
||
|
|
||
|
install(TARGETS plasma_applet_icon DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
install(FILES plasma-applet-icon.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|