kde-workspace/kcontrol/splash/CMakeLists.txt
Ivailo Monev e2ab69e6bf kcontrol: improve categorization
* move ksplash KCM module to kcontrol sub-directory, ksplash it
  build always and there is no reason to keep it out of the
  kcontrol directory holding all major KCM modules

* merge some sub-category modules into other major categories
  almost the same way it is done in KDE5 as it makes much more
  sense and users do not have to go to in-and-out of
  sub-categories to configure the overall desktop appearance
  - application-appearance -> desktop-appearance
  - window-behaviour -> workspace-behavior
  - workspace-appearance-and-behavior -> workspace-behaviour
2015-01-16 23:12:19 +00:00

15 lines
607 B
CMake

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})
target_link_libraries(kcm_ksplashthemes ${KDE4_KIO_LIBS})
install(TARGETS kcm_ksplashthemes DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES ksplashthememgr.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES ksplash.knsrc DESTINATION ${CONFIG_INSTALL_DIR} )