diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-02 03:22:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-02 03:48:46 +0200 |
commit | f113d9ade3ac1ae0ae029094fe5d61b45bce8b13 (patch) | |
tree | 1529fac1d287f6212f8b7c2682afe108b1a5276d /CMakeLists.txt | |
parent | f5dd4b1e8d22437603cc7c4f481bdd2a02500750 (diff) | |
download | twin-style-crystal-f113d9ade3ac1ae0ae029094fe5d61b45bce8b13.tar.gz twin-style-crystal-f113d9ade3ac1ae0ae029094fe5d61b45bce8b13.zip |
Add CMakeL10n rules for messages and desktop files.
Add TDEGlobal::locale()->insertCatalogue(...).
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4942b6b..a801e25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,6 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ##### user requested modules option( BUILD_ALL "Build all" ON ) -option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) @@ -74,8 +73,7 @@ add_subdirectory( pics ) ##### other data -#tde_conditional_add_project_docs( BUILD_DOC ) -#tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |