Prevent warning: 'findLibraryInternal: plugins should not have a 'lib' prefix: libkge...
[kdenetwork.git] / kget / transfer-plugins / kio / CMakeLists.txt
blobe8fc4837247b9b298d7bd03b97693efce8b97b6c
1 include_directories(
2    ../../
5 set(kget_kiofactory_PART_SRCS
6   transferKio.cpp
7   transferKioFactory.cpp
10 kde4_add_plugin(kget_kiofactory ${kget_kiofactory_PART_SRCS})
12 target_link_libraries(kget_kiofactory ${KDE4_KIO_LIBS} kgetcore)
14 install(TARGETS kget_kiofactory DESTINATION ${PLUGIN_INSTALL_DIR})
15 install(FILES kget_kiofactory.desktop DESTINATION ${SERVICES_INSTALL_DIR})