diff options
Diffstat (limited to 'conduits/timeconduit/CMakeLists.txt')
-rw-r--r-- | conduits/timeconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/timeconduit/CMakeLists.txt b/conduits/timeconduit/CMakeLists.txt index 91ecf72..97f9a48 100644 --- a/conduits/timeconduit/CMakeLists.txt +++ b/conduits/timeconduit/CMakeLists.txt @@ -25,7 +25,8 @@ tde_add_kpart( conduit_time AUTOMOC ##### other data ################################ -install( FILES time_conduit.desktop +tde_create_translated_desktop( + SOURCE time_conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |