1 # TODO: add this piece to kdeinit
3 ########### KCM ###############
5 set(kcm_keyboard_PART_SRCS
11 kde4_add_ui_files(kcm_keyboard_PART_SRCS kcmmiscwidget.ui )
13 kde4_add_plugin(kcm_keyboard ${kcm_keyboard_PART_SRCS})
16 target_link_libraries(kcm_keyboard
19 target_link_libraries(kcm_keyboard ${X11_LIBRARIES})
21 target_link_libraries(kcm_keyboard ${X11_XTest_LIB})
22 endif(X11_XTest_FOUND)
24 install(TARGETS kcm_keyboard DESTINATION ${PLUGIN_INSTALL_DIR} )
26 install( FILES keyboard.desktop DESTINATION ${SERVICES_INSTALL_DIR} )