diff options
author | Slávek Banko <[email protected]> | 2022-02-01 15:11:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-02-02 15:26:11 +0100 |
commit | 761e0ef0fe1a6a0eaaef0e91fddc1eb496c17d06 (patch) | |
tree | 9e173fbcc17df4525d308ac1c23eb840b53f758a /CMakeLists.txt | |
parent | 1928b5fa09094c62dfa729885d6f44b64b280082 (diff) | |
download | qalculate-tde-761e0ef0fe1a6a0eaaef0e91fddc1eb496c17d06.tar.gz qalculate-tde-761e0ef0fe1a6a0eaaef0e91fddc1eb496c17d06.zip |
Copy translations to a new directory layout.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c494295ce5aff06390941e52338d41e2bb1f1c8f)
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 c09cab6..1d1f35d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |