diff options
author | Michele Calgaro <[email protected]> | 2018-04-23 12:24:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-04-23 12:24:24 +0900 |
commit | 25555aa7589bd4e5102994cb2025e0b32e89c2cf (patch) | |
tree | f1d2cfab8edd71d1add66b2406ec67bc6fb87ebc /kdcop/CMakeLists.txt | |
parent | f88a8e57feaca667ce6ebbe6f428f95076b329c8 (diff) | |
download | tdebase-25555aa7589bd4e5102994cb2025e0b32e89c2cf.tar.gz tdebase-25555aa7589bd4e5102994cb2025e0b32e89c2cf.zip |
Added KDCOP to TDE menu - System. This relates to bug 2886.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdcop/CMakeLists.txt')
-rw-r--r-- | kdcop/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdcop/CMakeLists.txt b/kdcop/CMakeLists.txt index 70f19988b..3ac8a1e54 100644 --- a/kdcop/CMakeLists.txt +++ b/kdcop/CMakeLists.txt @@ -24,6 +24,7 @@ link_directories( ##### other data ################################ install( FILES kdcopui.rc DESTINATION ${DATA_INSTALL_DIR}/kdcop ) +install( FILES kdcop.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) ##### kdcop (executable) ######################## |