diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-11 18:31:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-11 18:33:56 +0900 |
commit | ac468225152f1bc7c25b6b3882a609050c42e486 (patch) | |
tree | a5dce09b15c79be0907b88c84e67d84ed7f53559 /khotkeys/app/CMakeLists.txt | |
parent | ac1e63f35333573aa73ecbd1ad3526ef79cffe06 (diff) | |
download | tdebase-ac468225152f1bc7c25b6b3882a609050c42e486.tar.gz tdebase-ac468225152f1bc7c25b6b3882a609050c42e486.zip |
Fixed khotkeys.desktop handling. This resolve bug 2685.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6960221d2c0d539b5f34bedfd004051313c1984e)
Diffstat (limited to 'khotkeys/app/CMakeLists.txt')
-rw-r--r-- | khotkeys/app/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/khotkeys/app/CMakeLists.txt b/khotkeys/app/CMakeLists.txt index 789d4ea7f..df2bd70db 100644 --- a/khotkeys/app/CMakeLists.txt +++ b/khotkeys/app/CMakeLists.txt @@ -22,11 +22,6 @@ link_directories( ) -##### other data ################################ - -install( FILES khotkeys.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) - - ##### kded_khotkeys (module) #################### tde_add_kpart( kded_khotkeys AUTOMOC |