diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-14 14:52:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-14 14:52:38 +0200 |
commit | 43510b0dc851892d797a830b4859c9c2a72d7198 (patch) | |
tree | dc89c88dc3a3258c7a7e0ebc5860c7b4a3395fb3 | |
parent | a2177ee5555fb5491d4d75f279b68b0b7252b36f (diff) | |
download | amarok-43510b0dc851892d797a830b4859c9c2a72d7198.tar.gz amarok-43510b0dc851892d797a830b4859c9c2a72d7198.zip |
Add CMakeL10n rules for desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | amarok/src/CMakeL10n.txt | 5 |
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 +) |