cmake: install translations as part of the build process

master
Bhushan Shah 2020-06-20 18:01:36 +05:30
parent a41c0f82eb
commit 1ec26acee7
1 changed files with 3 additions and 0 deletions

View File

@ -74,3 +74,6 @@ install(FILES keysmith.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scala
install(FILES org.kde.keysmith.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
################# install translations #################
ki18n_install(po)