add more spacing
[personal-kdebase.git] / apps / konqueror / remoteencodingplugin / CMakeLists.txt
blob4c3cdf107d3e2f511b4cc88397abf41cc7e787b4
1 ########### next target ###############
3 set(konq_remoteencoding_PART_SRCS kremoteencodingplugin.cpp )
6 kde4_add_plugin(konq_remoteencoding ${konq_remoteencoding_PART_SRCS})
9 target_link_libraries(konq_remoteencoding  ${KDE4_KPARTS_LIBS} )
11 install(TARGETS konq_remoteencoding  DESTINATION ${PLUGIN_INSTALL_DIR} )
14 ########### install files ###############
16 install( FILES kremoteencodingplugin.rc kremoteencodingplugin.desktop  DESTINATION  ${DATA_INSTALL_DIR}/dolphinpart/kpartplugins )