diff options
author | Slávek Banko <[email protected]> | 2021-07-14 14:52:38 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-14 15:51:28 +0200 |
commit | 2723662f74b50de9b91ae32310f10ec9b6fc146e (patch) | |
tree | 4d475e4fa79e2e7b77537c38146c98bdc263873a | |
parent | 91f8acc7542592a98cdf9e1c6f1947f40377e894 (diff) | |
download | amarok-2723662f74b50de9b91ae32310f10ec9b6fc146e.tar.gz amarok-2723662f74b50de9b91ae32310f10ec9b6fc146e.zip |
Add CMakeL10n rules for desktop files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 43510b0dc851892d797a830b4859c9c2a72d7198)
-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 +) |