Warning, /network/choqok/plugins/translator/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(choqok_translator MODULE
0002 sharedtools.cpp
0003 translator.cpp
0004 )
0005
0006 kconfig_add_kcfg_files(choqok_translator translatorsettings.kcfgc)
0007
0008 target_link_libraries(choqok_translator KF5::KIOCore ${QJSON_LIBRARY} choqok)
0009
0010 install(TARGETS choqok_translator DESTINATION ${KDE_INSTALL_PLUGINDIR})
0011 install(FILES languagecodes DESTINATION ${KDE_INSTALL_DATADIR}/choqok)
0012
0013 ########### next target ###############
0014
0015 add_library(kcm_choqok_translator MODULE
0016 translatorconfig.cpp
0017 sharedtools.cpp
0018 )
0019
0020 ki18n_wrap_ui(kcm_choqok_translator translatorprefs.ui )
0021
0022 kconfig_add_kcfg_files(kcm_choqok_translator translatorsettings.kcfgc )
0023
0024 target_link_libraries(kcm_choqok_translator )
0025
0026 install(TARGETS kcm_choqok_translator DESTINATION ${KDE_INSTALL_PLUGINDIR})
0027
0028 ########### next target ###############
0029
0030
0031 install( FILES translatorsettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
0032 install( FILES choqok_translator.desktop choqok_translator_config.desktop
0033 DESTINATION ${KDE_INSTALL_KSERVICESDIR})