diff options
Diffstat (limited to 'kcontrol/samba/CMakeLists.txt')
-rw-r--r-- | kcontrol/samba/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/samba/CMakeLists.txt b/kcontrol/samba/CMakeLists.txt index 20a39f232..4c430d0ef 100644 --- a/kcontrol/samba/CMakeLists.txt +++ b/kcontrol/samba/CMakeLists.txt @@ -22,7 +22,10 @@ link_directories( ##### other data ################################ -install( FILES smbstatus.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE smbstatus.desktop + PO_DIR kcontrol-desktops +) ##### kcm_samba (module) ######################## |