From 43510b0dc851892d797a830b4859c9c2a72d7198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 14 Jul 2021 14:52:38 +0200 Subject: [PATCH] Add CMakeL10n rules for desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- amarok/src/CMakeL10n.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/amarok/src/CMakeL10n.txt b/amarok/src/CMakeL10n.txt index afa84b00..7d3f618c 100644 --- a/amarok/src/CMakeL10n.txt +++ b/amarok/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/amarok" ) + +tde_l10n_create_template( + CATALOG "desktop_files/amarok-desktops" + SOURCES *.desktop *.protocol +)