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:47:33 +0100 |
commit | f404beea525cde0e93fb0e2579daaa789a8ece04 (patch) | |
tree | 8729dbd03456be035e33af5e1690ab08e2c88c61 /CMakeLists.txt | |
parent | b048fd5e18ccc25617eec7592552602eaf459101 (diff) | |
download | tde-style-qtcurve-f404beea525cde0e93fb0e2579daaa789a8ece04.tar.gz tde-style-qtcurve-f404beea525cde0e93fb0e2579daaa789a8ece04.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 2c85377..7b39fd6 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 ##################### |