Warning, /network/konqueror/plugins/babelfish/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 project(babelfish)
0002 add_definitions(-DTRANSLATION_DOMAIN=\"babelfish\")
0003 ########### babelfishplugin ###############
0004 
0005 set(babelfishplugin_PART_SRCS plugin_babelfish.cpp )
0006 
0007 add_library(babelfishplugin MODULE ${babelfishplugin_PART_SRCS})
0008 
0009 target_link_libraries(babelfishplugin KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Parts KF${KF_MAJOR_VERSION}Konq)
0010 
0011 konqueror_install_plugin_in_namespaces(babelfishplugin)
0012 install(FILES translaterc DESTINATION ${KDE_INSTALL_CONFDIR})
0013 
0014 set(babelfish_ICONS 16-actions-babelfish.png 22-actions-babelfish.png)
0015 
0016 ecm_install_icons(ICONS ${babelfish_ICONS} DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor)