summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-14 14:52:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-14 15:51:28 +0200
commit2723662f74b50de9b91ae32310f10ec9b6fc146e (patch)
tree4d475e4fa79e2e7b77537c38146c98bdc263873a /amarok
parent91f8acc7542592a98cdf9e1c6f1947f40377e894 (diff)
downloadamarok-2723662f74b50de9b91ae32310f10ec9b6fc146e.tar.gz
amarok-2723662f74b50de9b91ae32310f10ec9b6fc146e.zip
Add CMakeL10n rules for desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 43510b0dc851892d797a830b4859c9c2a72d7198)
Diffstat (limited to 'amarok')
-rw-r--r--amarok/src/CMakeL10n.txt5
1 files changed, 5 insertions, 0 deletions
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
+)