summaryrefslogtreecommitdiffstats
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 14:52:38 +0200
commit43510b0dc851892d797a830b4859c9c2a72d7198 (patch)
treedc89c88dc3a3258c7a7e0ebc5860c7b4a3395fb3
parenta2177ee5555fb5491d4d75f279b68b0b7252b36f (diff)
downloadamarok-43510b0d.tar.gz
amarok-43510b0d.zip
Add CMakeL10n rules for desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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
+)