delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kioslave / sftp / CMakeLists.txt
bloba0176dbbbd0ab4ffe338461e48252703f9798c87
1 add_subdirectory(tests)
3 ########### next target ###############
5 set(kio_sftp_PART_SRCS 
6    process.cpp 
7    atomicio.cpp 
8    kio_sftp.cpp 
9    sftpfileattr.cpp 
10    ksshprocess.cpp )
13 kde4_add_plugin(kio_sftp ${kio_sftp_PART_SRCS})
14 target_link_libraries(kio_sftp ${KDE4_KIO_LIBS} )
15 if(NOT WIN32)
16     target_link_libraries(kio_sftp ${KDE4_KPTY_LIBS})
17 endif(NOT WIN32)
19 install(TARGETS kio_sftp  DESTINATION ${PLUGIN_INSTALL_DIR} )
21 install( FILES sftp.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )