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

set(ktimemon_panelapplet_PART_SRCS confdlg.cc sample.cc timemon.cc )

kde4_add_plugin(ktimemon_panelapplet ${ktimemon_panelapplet_PART_SRCS})



target_link_libraries(ktimemon_panelapplet  ${KDE4_KIO_LIBS} kickermain ${QT_QT3SUPPORT_LIBRARY} )

install(TARGETS ktimemon_panelapplet  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES ktimemon.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kicker/applets )

kde4_install_icons( ${ICON_INSTALL_DIR}   )

