2015-09-01 04:37:19 +03:00
|
|
|
add_subdirectory( kdedmodule )
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
set(libkioremote_SRCS kio_remote.cpp remoteimpl.cpp)
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kio_remote_PART_SRCS ${libkioremote_SRCS})
|
|
|
|
|
2022-12-06 04:05:59 +02:00
|
|
|
add_executable(kio_remote ${kio_remote_PART_SRCS})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2023-06-17 23:26:56 +03:00
|
|
|
target_link_libraries(kio_remote KDE4::kio)
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2022-12-06 04:05:59 +02:00
|
|
|
install(TARGETS kio_remote DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(FILES remote.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|