diff options
author | gregory guy <[email protected]> | 2020-08-20 15:20:18 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-08-20 15:20:18 +0200 |
commit | f9ea8458f59dad5db45f34daca5417332b2f3212 (patch) | |
tree | 879b3c955ee9b89bb5f782e2b14241b8a8e82780 /CMakeLists.txt | |
parent | 9b3e99aa34ca1a235b5a3087ddf761589fc62785 (diff) | |
download | tdepacman-f9ea8458f59dad5db45f34daca5417332b2f3212.tar.gz tdepacman-f9ea8458f59dad5db45f34daca5417332b2f3212.zip |
move po files into new folder (translations/messages).
convert pt.po and sv.po files from binary charset into us-ascii.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 650b9da..c3fcf00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) include( ConfigureChecks.cmake ) -###### global compiler settings (Qt2 stuff: TQArray vs TQMemArray -- tqmemarray.h) +###### global compiler settings (Qt2 stuff: TQArray vs TQMemArray -- qmemarray.h) add_definitions( -DHAVE_CONFIG_H -UTQT_NO_ASCII_CAST -UTQT_NO_COMPAT ) @@ -73,7 +73,7 @@ add_subdirectory( pics ) add_subdirectory( fonts ) add_subdirectory( kpacman ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |