project(plasma-samplegl)


set(samplegl_SRCS
    sampleitem.cpp)

kde4_add_plugin(plasma_applet_samplegl ${samplegl_SRCS})
target_link_libraries(plasma_applet_samplegl ${PLASMA_LIBS} GLU ${KDE4_KDEUI_LIBS} ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY})


install(TARGETS plasma_applet_samplegl DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-samplegl-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})
