summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-02-06 18:30:48 +0100
committerSlávek Banko <[email protected]>2022-02-07 13:46:38 +0100
commitdaa385abdecffaace019c13727a29012a8b19baf (patch)
tree8560ff9d0e5da0566c87640e1578b1b7d8681238 /CMakeLists.txt
parent03ab3107e80a736bcb0cbfac2c5ce37de983352c (diff)
downloadkxmleditor-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.txt2
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