From 3bf99876b9c1c4297ae38533ee3000df29c3c202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 10 Oct 2020 01:46:41 +0200 Subject: It is no longer necessary to explicitly specify *.cxx and *.hxx for tde_l10n_create_template. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 07099ab647a0aa38ae90d94d901ab0d6f0b35b4b) --- kmailcvt/CMakeL10n.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kmailcvt/CMakeL10n.txt b/kmailcvt/CMakeL10n.txt index cf11083b..a5d59794 100644 --- a/kmailcvt/CMakeL10n.txt +++ b/kmailcvt/CMakeL10n.txt @@ -1,6 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( - CATALOG "kmailcvt" - SOURCES "." "*.cxx" "*.hxx" -) +tde_l10n_create_template( "kmailcvt" ) -- cgit v1.2.3