



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

set(kdict_panelapplet_PART_SRCS kdictapplet.cpp )

kde4_automoc(${kdict_panelapplet_PART_SRCS})

kde4_add_plugin(kdict_panelapplet ${kdict_panelapplet_PART_SRCS})


target_link_libraries(kdict_panelapplet  ${KDE4_KIO_LIBS} kickermain )

install(TARGETS kdict_panelapplet  DESTINATION ${PLUGIN_INSTALL_DIR})


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

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




