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

set(math_panelapplet_PART_SRCS mathapplet.cpp parser.cpp )


kde4_add_plugin(math_panelapplet ${math_panelapplet_PART_SRCS})



target_link_libraries(math_panelapplet  ${KDE4_KDE3SUPPORT_LIBS} kworkspace kickermain )

install(TARGETS math_panelapplet  DESTINATION ${PLUGIN_INSTALL_DIR} )


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

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

