From f9ea8458f59dad5db45f34daca5417332b2f3212 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 20 Aug 2020 15:20:18 +0200 Subject: 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.1