delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kioslave / about / CMakeLists.txt
blob4f8d91f79dc9c202b04611612495a828c69e434f
5 ########### next target ###############
7 set(kio_about_PART_SRCS kio_about.cpp )
10 kde4_add_plugin(kio_about ${kio_about_PART_SRCS})
13 target_link_libraries(kio_about  ${KDE4_KIO_LIBS} )
15 install(TARGETS kio_about  DESTINATION ${PLUGIN_INSTALL_DIR} )
18 ########### install files ###############
20 install( FILES about.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )