diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 16:21:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 23:23:19 +0100 |
commit | 1a7a97756e62bac0abc7ad91e7a098085f7e2f76 (patch) | |
tree | 0c05e7802f7ea4b6a1ca888f8739c087f5c82608 /CMakeLists.txt | |
parent | 6eb0b661f24ad4d5f19ae114e2504de7e52ebbb5 (diff) | |
download | ktechlab-1a7a97756e62bac0abc7ad91e7a098085f7e2f76.tar.gz ktechlab-1a7a97756e62bac0abc7ad91e7a098085f7e2f76.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4a14670c0042e50e0efa30bf81f7a72e74c4a923)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b43542..bfb177b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( microbe ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |