diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:30:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:30:48 +0100 |
commit | 1b87ee119571516b414c70e4afab9fd68750b1cb (patch) | |
tree | 0a05fc146a523fe8fbc5f047c207d8a209466398 /CMakeLists.txt | |
parent | cb952883c9662328e7b1ac026589a116e687aa69 (diff) | |
download | kxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.tar.gz kxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.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>
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 7236c3d..926f5c7 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 |