diff options
Diffstat (limited to 'conduits/knotes/CMakeLists.txt')
-rw-r--r-- | conduits/knotes/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/knotes/CMakeLists.txt b/conduits/knotes/CMakeLists.txt index cdeaff6..12ae097 100644 --- a/conduits/knotes/CMakeLists.txt +++ b/conduits/knotes/CMakeLists.txt @@ -29,7 +29,8 @@ tde_add_kpart( conduit_knotes AUTOMOC ##### other data ################################ -install( FILES knotes-conduit.desktop +tde_create_translated_desktop( + SOURCE knotes-conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |