project(plasma-testapplet)

set(testapplet_SRCS
    testapplet.cpp)

kde4_add_plugin(plasma_applet_testapplet ${testapplet_SRCS})
target_link_libraries(plasma_applet_testapplet  ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS})

install(TARGETS plasma_applet_testapplet DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-applet-testapplet.desktop DESTINATION ${SERVICES_INSTALL_DIR})
