



########### next target ###############

set(kcm_thinkpad_PART_SRCS main.cpp )

kde4_add_ui3_files(kcm_thinkpad_PART_SRCS kcmthinkpad_general.ui )

kde4_add_plugin(kcm_thinkpad ${kcm_thinkpad_PART_SRCS})


target_link_libraries(kcm_thinkpad  ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY} )

install(TARGETS kcm_thinkpad  DESTINATION ${PLUGIN_INSTALL_DIR})


########### install files ###############
install( FILES thinkpad.desktop DESTINATION  ${SERVICES_INSTALL_DIR} )
