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:32:52 +0900 |
commit | 6960221d2c0d539b5f34bedfd004051313c1984e (patch) | |
tree | e23f1ee45f5ee8b3090de3e53a93b728bbfaea7d /khotkeys/app/CMakeLists.txt | |
parent | 2649b1ebf4eec141dc8e1642f9decac615ca5f29 (diff) | |
download | tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.tar.gz tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.zip |
Fixed khotkeys.desktop handling. This resolve bug 2685.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |