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