6 ########### next target ###############
8 set(webstyle_LIB_SRCS webstyle.cpp plugin.cpp )
11 kde4_add_plugin(webstyle ${webstyle_LIB_SRCS})
13 target_link_libraries(webstyle ${KDE4_KDEUI_LIBS} )
15 install(TARGETS webstyle DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles )
18 ########### install files ###############
20 install( FILES web.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes )