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