mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
13 lines
386 B
Text
13 lines
386 B
Text
![]() |
project(charselect)
|
||
|
|
||
|
set(charselect_SRCS charselect.cpp)
|
||
|
|
||
|
kde4_add_plugin(plasma_applet_charselect ${charselect_SRCS})
|
||
|
target_link_libraries(plasma_applet_charselect ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
|
||
|
|
||
|
install(TARGETS plasma_applet_charselect
|
||
|
DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
|
||
|
install(FILES plasma-applet-charselect.desktop
|
||
|
DESTINATION ${SERVICES_INSTALL_DIR})
|