2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
add_subdirectory( pics )
|
|
|
|
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kcm_ksplashthemes_PART_SRCS installer.cpp main.cpp )
|
|
|
|
kde4_add_plugin(kcm_ksplashthemes ${kcm_ksplashthemes_PART_SRCS})
|
2015-01-11 20:59:41 +00:00
|
|
|
target_link_libraries(kcm_ksplashthemes ${KDE4_KIO_LIBS})
|
2020-02-08 19:29:32 +00:00
|
|
|
install(TARGETS kcm_ksplashthemes DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install( FILES ksplashthememgr.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
|