diff options
Diffstat (limited to 'ktouch/CMakeLists.txt')
-rw-r--r-- | ktouch/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ktouch/CMakeLists.txt b/ktouch/CMakeLists.txt index 0c1ecf7d..8920d719 100644 --- a/ktouch/CMakeLists.txt +++ b/ktouch/CMakeLists.txt @@ -9,7 +9,4 @@ add_subdirectory( icons ) ##### other data -install( - FILES ktouch.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( ktouch.desktop ) |