Build translations, don't install translation sources

- add cmake macro for building .mo translation files
- move translation sources so that they are not being installed
This commit is contained in:
Ivan Petrov 2021-08-13 09:55:05 +03:00
parent 301ab215b9
commit f4e05a6822
51 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ include(CheckIncludeFiles)
set(KF5_MIN_VERSION "5.24.0")
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Plasma
I18n
)
plasma_install_package(package org.kde.plasma.kickofflegacy)
ki18n_install(translations)