diff options
author | Slávek Banko <[email protected]> | 2022-02-06 18:30:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-02-07 13:46:38 +0100 |
commit | daa385abdecffaace019c13727a29012a8b19baf (patch) | |
tree | 8560ff9d0e5da0566c87640e1578b1b7d8681238 /CMakeLists.txt | |
parent | 03ab3107e80a736bcb0cbfac2c5ce37de983352c (diff) | |
download | kxmleditor-daa385abdecffaace019c13727a29012a8b19baf.tar.gz kxmleditor-daa385abdecffaace019c13727a29012a8b19baf.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 <[email protected]>
(cherry picked from commit 1b87ee119571516b414c70e4afab9fd68750b1cb)
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 5531ee8..ebc8762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( part ) add_subdirectory( ${PROJECT_NAME} ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |