now that we have a small "progress" animation next to the search line edit in the...
[kdegraphics.git] / strigi-analyzer / pnm / CMakeLists.txt
blob2dc9a1c909356c078fc4d2abad862d63e849cf13
1 include_directories(${STRIGI_INCLUDE_DIR})
3 set(kfile_pnm_PART_SRCS kfile_pnm.cpp )
6 kde4_add_plugin(kfile_pnm ${kfile_pnm_PART_SRCS})
9 target_link_libraries(kfile_pnm  ${KDE4_KIO_LIBS} )
11 install(TARGETS kfile_pnm  DESTINATION ${PLUGIN_INSTALL_DIR} )
14 ########### install files ###############
16 install( FILES kfile_pnm.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )