mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
20 lines
490 B
Text
20 lines
490 B
Text
![]() |
project(plasma-wallpaper-marble)
|
||
|
|
||
|
include_directories(${MARBLE_INCLUDE_DIR})
|
||
|
|
||
|
set(marble_SRCS
|
||
|
marble.cpp
|
||
|
)
|
||
|
|
||
|
kde4_add_ui_files(marble_SRCS config.ui)
|
||
|
kde4_add_plugin(plasma_wallpaper_marble ${marble_SRCS})
|
||
|
|
||
|
target_link_libraries(plasma_wallpaper_marble
|
||
|
${MARBLE_LIBRARIES}
|
||
|
${KDE4_PLASMA_LIBS}
|
||
|
${KDE4_KDECORE_LIBS}
|
||
|
)
|
||
|
|
||
|
install(TARGETS plasma_wallpaper_marble DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
install(FILES plasma-wallpaper-marble.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|