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:
parent
301ab215b9
commit
f4e05a6822
@ -21,6 +21,8 @@ include(CheckIncludeFiles)
|
|||||||
set(KF5_MIN_VERSION "5.24.0")
|
set(KF5_MIN_VERSION "5.24.0")
|
||||||
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
|
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
|
||||||
Plasma
|
Plasma
|
||||||
|
I18n
|
||||||
)
|
)
|
||||||
|
|
||||||
plasma_install_package(package org.kde.plasma.kickofflegacy)
|
plasma_install_package(package org.kde.plasma.kickofflegacy)
|
||||||
|
ki18n_install(translations)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user