Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / plasma / dataengines / weather / CMakeLists.txt
blobc783f9d759b6e23801643930de6d0d2b7ee8f19d
1 ADD_SUBDIRECTORY(ions)
3 SET(weather_SRCS weatherengine.cpp)
4 kde4_add_plugin(plasma_engine_weather ${weather_SRCS})
5 TARGET_LINK_LIBRARIES (plasma_engine_weather ${KDE4_KIO_LIBS} plasma weather_ion)
6 INSTALL (TARGETS plasma_engine_weather DESTINATION ${PLUGIN_INSTALL_DIR})
7 INSTALL (FILES plasma-dataengine-weather.desktop DESTINATION ${SERVICES_INSTALL_DIR})