Translations:Develop an simple input method/23/zh-cn

From Fcitx
Revision as of 03:27, 19 April 2023 by Matrikslee (talk | contribs) (Created page with "# Addon config file # We need additional layer of conversion because we want PROJECT_VERSION in it. configure_file(quwei-addon.conf.in quwei-addon.conf) install(FILES "${CMAKE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Addon config file
  2. We need additional layer of conversion because we want PROJECT_VERSION in it.

configure_file(quwei-addon.conf.in quwei-addon.conf) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/quwei-addon.conf" RENAME quwei.conf DESTINATION "${FCITX_INSTALL_PKGDATADIR}/addon")