project(fifteenapplet)



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

set(fifteen_panelapplet_PART_SRCS fifteenapplet.cpp qttableview.cpp )

kde4_automoc(${fifteen_panelapplet_PART_SRCS})

kde4_add_plugin(fifteen_panelapplet ${fifteen_panelapplet_PART_SRCS})


target_link_libraries(fifteen_panelapplet  ${KDE4_KDE3SUPPORT_LIBS} kickermain )

install(TARGETS fifteen_panelapplet  DESTINATION ${PLUGIN_INSTALL_DIR})


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

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

kde4_install_icons( ${ICON_INSTALL_DIR}  )



