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