mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
14 lines
548 B
CMake
14 lines
548 B
CMake
project(plasma-wallpaper-weather)
|
|
|
|
set(weather_SRCS
|
|
weatherwallpaper.cpp
|
|
backgrounddelegate.cpp
|
|
backgroundlistmodel.cpp
|
|
weatherAdvanced.ui
|
|
)
|
|
|
|
kde4_add_plugin(plasma_wallpaper_weather ${weather_SRCS})
|
|
target_link_libraries(plasma_wallpaper_weather ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KNEWSTUFF3_LIBS} ${KDE4_THREADWEAVER_LIBRARY} plasmaweather)
|
|
|
|
install(TARGETS plasma_wallpaper_weather DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-wallpaper-weather.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|