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