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