Warning, /frameworks/ktexttemplate/src/i18n/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(ktexttemplate_i18ntags MODULE
0002   i18ntags.cpp
0003   i18n.cpp
0004   i18nc.cpp
0005   i18np.cpp
0006   i18ncp.cpp
0007   l10n_money.cpp
0008   l10n_filesize.cpp
0009   with_locale.cpp
0010   i18ntags.h
0011   i18n.h
0012   i18nc.h
0013   i18np.h
0014   i18ncp.h
0015   l10n_money.h
0016   l10n_filesize.h
0017   with_locale.h
0018 )
0019 set_property(TARGET ktexttemplate_i18ntags PROPERTY
0020   EXPORT_NAME i18ntags
0021 )
0022 target_link_libraries(ktexttemplate_i18ntags PRIVATE
0023   KF6::TextTemplate
0024 )
0025 ktexttemplate_adjust_plugin_name(ktexttemplate_i18ntags)
0026 
0027 install(TARGETS ktexttemplate_i18ntags
0028   EXPORT KF6TextTemplateTargets
0029   DESTINATION ${KTextTemplate_INSTALL_PLUGINDIR}
0030 )