diff options
author | Michele Calgaro <[email protected]> | 2020-11-08 20:16:22 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-11-08 20:25:52 +0800 |
commit | c00262a3b8c38baf9e02b33932fb81e6244c5cb3 (patch) | |
tree | 7f29c8f95fbf524b7cd405c0b1a51734144f6f1f /kdcop/CMakeL10n.txt | |
parent | c66a63ac725271d35b8be47cd5d84860aeea59e4 (diff) | |
download | tdebase-c00262a3b8c38baf9e02b33932fb81e6244c5cb3.tar.gz tdebase-c00262a3b8c38baf9e02b33932fb81e6244c5cb3.zip |
Added KDCOP to TDE menu - System. This relates to bug 2886.
This is a modified and extended version of commit 25555aa75.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdcop/CMakeL10n.txt')
-rw-r--r-- | kdcop/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdcop/CMakeL10n.txt b/kdcop/CMakeL10n.txt index 5ec992d03..0320cfdf2 100644 --- a/kdcop/CMakeL10n.txt +++ b/kdcop/CMakeL10n.txt @@ -1,3 +1,9 @@ ##### create translation templates ############## tde_l10n_create_template( "kdcop" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kdcop.desktop/" + SOURCES kdcop.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |