diff options
Diffstat (limited to 'kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt')
-rw-r--r-- | kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt b/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt index e3b89dfba..0e5c17bfd 100644 --- a/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt +++ b/kcontrol/tdefontinst/kcmfontinst/CMakeLists.txt @@ -26,7 +26,10 @@ link_directories( ##### other data ################################ tde_install_icons() -install( FILES kcmfontinst.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kcmfontinst.desktop + PO_DIR kcontrol-desktops +) ##### kcm_fontinst (module) ##################### |