mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
12 lines
375 B
CMake
12 lines
375 B
CMake
project(plasma-wallpaper-potd)
|
|
|
|
set(potd_SRCS
|
|
potd.cpp
|
|
config.ui
|
|
)
|
|
|
|
kde4_add_plugin(plasma_wallpaper_potd ${potd_SRCS})
|
|
target_link_libraries(plasma_wallpaper_potd ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS plasma_wallpaper_potd DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-wallpaper-potd.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|