not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / ksplash / kcm / CMakeLists.txt
blob28dfc6cc75a7e8be37ea20d5f5def757f3fc749d
2 add_subdirectory( pics )
3 include_directories(  ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} )
5 ########### next target ###############
7 set(kcm_ksplashthemes_PART_SRCS installer.cpp main.cpp )
8 kde4_add_plugin(kcm_ksplashthemes ${kcm_ksplashthemes_PART_SRCS})
9 target_link_libraries(kcm_ksplashthemes ${KDE4_KIO_LIBS} ${KDE4_KNEWSTUFF2_LIBS})
10 install(TARGETS kcm_ksplashthemes  DESTINATION ${PLUGIN_INSTALL_DIR} )
12 ########### install files ###############
14 install( FILES ksplashthememgr.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
15 install( FILES ksplash.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )