diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-02 09:46:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-02 09:51:03 +0100 |
commit | f21f9ca5b0811d378e62958e36ca88673cca471f (patch) | |
tree | 4155969f15a5fb40ad3e37a544e2eaf45bbf44d4 /CMakeLists.txt | |
parent | 8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead (diff) | |
download | tde-style-qtcurve-f21f9ca5b0811d378e62958e36ca88673cca471f.tar.gz tde-style-qtcurve-f21f9ca5b0811d378e62958e36ca88673cca471f.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 f404beea525cde0e93fb0e2579daaa789a8ece04)
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 bc8aec5..2ea80af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ add_subdirectory( style ) add_subdirectory( themes ) add_subdirectory( colors ) tde_conditional_add_subdirectory( BUILD_CONFIG_MODULE config ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### |