diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-01 01:10:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-01 01:10:54 +0100 |
commit | 4d1cd4d95deed07ea48842b618fc4de61f6694ee (patch) | |
tree | c6665659d62fef331ae9aa6b2565f3b265d850f2 /ksplashml/themeengine/standard/CMakeLists.txt | |
parent | 1c023a69999155522f8d360d8799f675b2452a8f (diff) | |
download | tdebase-4d1cd4d95deed07ea48842b618fc4de61f6694ee.tar.gz tdebase-4d1cd4d95deed07ea48842b618fc4de61f6694ee.zip |
Update CMake rules for merging translations into Standard and Redmond ksplash themes.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ksplashml/themeengine/standard/CMakeLists.txt')
-rw-r--r-- | ksplashml/themeengine/standard/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ksplashml/themeengine/standard/CMakeLists.txt b/ksplashml/themeengine/standard/CMakeLists.txt index 8aca3a57e..a2119c5e3 100644 --- a/ksplashml/themeengine/standard/CMakeLists.txt +++ b/ksplashml/themeengine/standard/CMakeLists.txt @@ -26,7 +26,12 @@ link_directories( ##### other data ################################ -install( FILES Theme.rc DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Standard ) +tde_create_translated_desktop( + SOURCE Theme.rc + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Standard + PO_DIR ksplash-themes +) + tde_create_translated_desktop( SOURCE ksplashstandard.desktop DESTINATION ${SERVICES_INSTALL_DIR} |