[Gpg4win-commits] [git] Gpg4win - branch, kleo-kf5, updated. gpg4win-2.3.0-82-g3fc233e

by Andre Heinecke cvs at cvs.gnupg.org
Fri Feb 19 15:17:10 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, kleo-kf5 has been updated
       via  3fc233e1b5037bece7646fae7c50310f043ecc20 (commit)
       via  2a847ca9920dad0b3a1dfb706d487ab98bbf2277 (commit)
       via  49fd5ec695008c9d2955dfe04024aa84b46149a1 (commit)
       via  f340611a8cdf5333eec3788baad0cb85607cbe50 (commit)
       via  18ae032ff59db16123c33adc9b11fcaaac7d86d0 (commit)
       via  2a6b076a465a1705dd26d516149ba9628a01b861 (commit)
       via  49be70d088fb65a6b0032e7c626a183c141fcfdd (commit)
       via  a00c8ebfe8f29bbb1fa4c494105590ec3640dfe4 (commit)
      from  27178b9698801a0a5e878b57f660265f76b5cedf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3fc233e1b5037bece7646fae7c50310f043ecc20
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:16:31 2016 +0100

    Uninstall additional files
    
    * src/uninst-gpgmepp.nsi: Fix QGpgme file name.
    * src/uninst-kleopatra.nsi: Uninst kcm and desktop files.

diff --git a/src/uninst-gpgmepp.nsi b/src/uninst-gpgmepp.nsi
index 485db7c..ca7c4df 100644
--- a/src/uninst-gpgmepp.nsi
+++ b/src/uninst-gpgmepp.nsi
@@ -27,7 +27,7 @@ Section "-un.gpgmepp"
   Call un.SourceDelete
 !else
   Delete "$INSTDIR\bin\libKF5Gpgmepp.dll"
-  Delete "$INSTDIR\bin\libKF5QGpgmepp.dll"
+  Delete "$INSTDIR\bin\libKF5QGpgme.dll"
   RmDir "$INSTDIR\bin"
 
 !endif
diff --git a/src/uninst-kleopatra.nsi b/src/uninst-kleopatra.nsi
index 7ad6283..feac820 100644
--- a/src/uninst-kleopatra.nsi
+++ b/src/uninst-kleopatra.nsi
@@ -31,6 +31,7 @@ Section "-un.kleopatra"
   Call un.SourceDelete
 !else
   Delete "$INSTDIR\bin\kleopatra.exe"
+  Delete "$INSTDIR\kcm_kleopatra.dll"
  # Delete "$INSTDIR\bin\kwatchgnupg.exe"
   RMDir "$INSTDIR\bin"
 
@@ -170,6 +171,7 @@ Section "-un.kleopatra"
   Delete "$INSTDIR\share\kservices5\kleopatra_config_cryptooperations.desktop"
   Delete "$INSTDIR\share\kservices5\kleopatra_config_smimevalidation.desktop"
   Delete "$INSTDIR\share\kservices5\kleopatra_config_dirserv.desktop"
+  RmDir "$INSTDIR\share\kservices5\"
 
   Delete "$INSTDIR\share\kdeglobals"
   Delete "$INSTDIR\share\QtProject\qtlogging.ini"

commit 2a847ca9920dad0b3a1dfb706d487ab98bbf2277
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:15:47 2016 +0100

    Write breeze icon theme into kdeglobals
    
    * src/inst-kleopatra.nsi: Write breeze theme.
    --
    Without this entry KDE tries to find oxygen and fails in
    strange ways if this can't be found.

diff --git a/src/inst-kleopatra.nsi b/src/inst-kleopatra.nsi
index cc1f41f..7d40bdf 100644
--- a/src/inst-kleopatra.nsi
+++ b/src/inst-kleopatra.nsi
@@ -207,6 +207,10 @@ ${MementoSection} "Kleopatra" SEC_kleopatra
   # installer
   push $1
   FileOpen $1 "$INSTDIR\share\kdeglobals" "w"
+  # Writing out icon theme is important here otherwise you have
+  # weird effects like no toolbar icons.
+  FileWrite $1 '[Icons]$\r$\n'
+  FileWrite $1 'Theme=breeze$\r$\n$\r$\n'
   FileWrite $1 '[Locale] $\r$\n'
   StrCmp $LANGUAGE "1031" german_locale 0
   FileWrite $1 'Country=en $\r$\n'

commit 49fd5ec695008c9d2955dfe04024aa84b46149a1
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:15:06 2016 +0100

    Update GnuPG to 2.1.11
    
    * packages/packages.current (gnupg-w32): Update.

diff --git a/packages/packages.current b/packages/packages.current
index 3aa4a9d..96df2b8 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -286,15 +286,15 @@ chk  89c961f63469739fe816a56dcdd86c2e1897cace
 file libassuan/libassuan-2.4.2.tar.bz2
 chk  ac1047f9764fd4a4db7dafe47640643164394db9
 
-# last changed: 2015-12-11
+# last changed: 2016-02-18
 # by: ah
-name gnupg-w32-2.1.10-20151204-bin.exe
-file binary/gnupg-w32-2.1.10_20151204.exe
-chk  b86b642390e1bf1b144b84dfabdcd574a56c0ba8
+name gnupg-w32-2.1.11-20160209-bin.exe
+file binary/gnupg-w32-2.1.11_20160209.exe
+chk  89bd31652d370ba69ac27b42b4d474d7edd9e0ea
 
-name gnupg-w32-2.1.10-20151204-src.tar.xz
-file binary/gnupg-w32-2.1.10_20151204.tar.xz
-chk  2923d56ac5288570b5503c3038081dc28e6294cd
+name gnupg-w32-2.1.11-20160209-src.tar.xz
+file binary/gnupg-w32-2.1.11_20160209.tar.xz
+chk  0a81d3a7b404299f651bf6f6540176b00d0a3967
 
 # last changed: 2015-12-11
 # by: ah

commit f340611a8cdf5333eec3788baad0cb85607cbe50
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:13:43 2016 +0100

    Add kde-l10n package
    
    * configure.ac, packages/packages.current,
      src/Makefile.am, src/config.nsi.in, src/inst-sections.nsi:
     Add KDE-l10n package.
    * src/inst-kde-l10n.nsi, src/uninst-kde-l10n.nsi: Add files generated
     by kde-l10n.sh

diff --git a/configure.ac b/configure.ac
index 6d9c5b0..3f9b615 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,6 +337,8 @@ GPG4WIN_IPKG([compendium])
 
 # The GnuPG Package.
 GPG4WIN_BPKG_BINSRC([gnupg-w32])
+# See the script kde-l10n.sh how this package is created.
+GPG4WIN_BPKG_BINSRC([kde-l10n])
 
 # Qt related stuff.
 GPG4WIN_SPKG([qtbase], [libpng])
@@ -345,7 +347,7 @@ GPG4WIN_SPKG([qtwinextras], [qtbase])
 GPG4WIN_SPKG([qtsvg], [qtbase])
 GPG4WIN_SPKG([boost], [expat zlib bzip2])
 GPG4WIN_KDEPKG([breeze-icons], [extra-cmake-modules qtbase])
-GPG4WIN_KDEPKG([kleopatra], [breeze-icons kxmlgui libkleo])
+GPG4WIN_KDEPKG([kleopatra], [breeze-icons kxmlgui libkleo kde-l10n])
 GPG4WIN_KDEPKG([extra-cmake-modules])
 GPG4WIN_KDEPKG([kconfig], [qtbase qttools extra-cmake-modules])
 GPG4WIN_KDEPKG([ki18n], [qtbase gettext qttools extra-cmake-modules])
diff --git a/packages/packages.current b/packages/packages.current
index 8051eb9..3aa4a9d 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -523,6 +523,16 @@ chk 0a9bbe73a2a2f24ee2addfb47f642646d2eae996
 file libkleo/libkleo-201601221448.tar.xz
 chk 668b115e7e025b5408f53ced73056f5c4f660993
 
+# KDE-L10n
+# last changed: 2016-02-19
+# by: ah
+# verified: Tarball created by ah with script kde-l10n.sh
+file kde-l10n/kde-l10n-201602191116-bin.tar.xz
+chk 24af3cd7f8e8be7de1392474a6947d10db6a3049
+
+file kde-l10n/kde-l10n-201602191116-src.tar.xz
+chk 76257cc32d5eeeb9e9e2b19a0bc60eb89d5807f7
+
 # Kleopatra
 # last changed: 2016-02-04
 # by: ah
diff --git a/src/Makefile.am b/src/Makefile.am
index d1ae621..2a16757 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,6 +76,7 @@ EXTRA_DIST = pkg-config gpg4win.nsi gpg4win-src.nsi \
         inst-kitemviews.nsi uninst-kitemviews.nsi \
         inst-kguiaddons.nsi uninst-kguiaddons.nsi \
         inst-kmime.nsi uninst-kmime.nsi \
+        inst-kde-l10n.nsi uninst-kde-l10n.nsi \
         inst-qtsvg.nsi uninst-qtsvg.nsi \
         inst-qttools.nsi uninst-qttools.nsi \
         inst-boost.nsi uninst-boost.nsi \
@@ -366,7 +367,7 @@ gpg4win_pkg_zlib_make_args_inst = -fwin32/Makefile.gcc install \
 
 # Supported binary packages.
 gpg4win_bpkgs = pkgconfig pango expat freetype fontconfig \
-                cairo atk gnupg-w32
+                cairo atk gnupg-w32 kde-l10n
 
 # libiconv needs some special magic to generate a usable import
 # library.
diff --git a/src/config.nsi.in b/src/config.nsi.in
index 2579f2a..55a32cc 100644
--- a/src/config.nsi.in
+++ b/src/config.nsi.in
@@ -269,6 +269,11 @@
 !define gpg4win_pkg_qtsvg @gpg4win_pkg_qtsvg@
 !define gpg4win_pkg_qtsvg_version @gpg4win_pkg_qtsvg_version@
 
+ at HAVE_PKG_KDE_L10N@
+!define gpg4win_pkg_kde_l10n @gpg4win_pkg_kde_l10n@
+!define gpg4win_pkg_kde_l10n_version @gpg4win_pkg_kde_l10n_version@
+!define gpg4win_pkg_kde_l10n_src @gpg4win_pkg_kde_l10n_src@
+
 # Internal packages.
 @HAVE_PKG_COMPENDIUM@
 
diff --git a/src/inst-kde-l10n.nsi b/src/inst-kde-l10n.nsi
new file mode 100644
index 0000000..2af75ef
--- /dev/null
+++ b/src/inst-kde-l10n.nsi
@@ -0,0 +1,1262 @@
+# THIS FILE IS GENERATED! See kde-l10n.sh
+# Copyright (C) 2016 Intevation GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+!ifdef prefix
+!undef prefix
+!endif
+!define kcfg_prefix ${ipdir}/kconfigwidgets-${gpg4win_pkg_kconfigwidgets_version}
+!define kconfigwidgets_prefix ${ipdir}/kconfigwidgets-${gpg4win_pkg_kconfigwidgets_version}
+!define ki18n_prefix ${ipdir}/ki18n-${gpg4win_pkg_ki18n_version}
+!define kiconthemes_prefix ${ipdir}/kiconthemes-${gpg4win_pkg_kiconthemes_version}
+!define kxmlgui_prefix ${ipdir}/kxmlgui-${gpg4win_pkg_kxmlgui_version}
+!define kconfig_prefix ${ipdir}/kconfig-${gpg4win_pkg_kconfig_version}
+!define kcompletion_prefix ${ipdir}/kcompletion-${gpg4win_pkg_kcompletion_version}
+!define kcodecs_prefix ${ipdir}/kcodecs-${gpg4win_pkg_kcodecs_version}
+!define kcoreaddons_prefix ${ipdir}/kcoreaddons-${gpg4win_pkg_kcoreaddons_version}
+!define kitemviews_prefix ${ipdir}/kitemviews-${gpg4win_pkg_kitemviews_version}
+!define kwidgetsaddons_prefix ${ipdir}/kwidgetsaddons-${gpg4win_pkg_kwidgetsaddons_version}
+!define kwindowsystem_prefix ${ipdir}/kwindowsystem-${gpg4win_pkg_kwindowsystem_version}
+!define prefix ${ipdir}/kde-l10n-${gpg4win_pkg_kde_l10n_version}
+!ifdef DEBUG
+Section "kde-l10n" SEC_kde-l10n
+!else
+Section "-kde-l10n" SEC_kde-l10n
+!endif
+  SetOutPath "$INSTDIR"
+!ifdef SOURCES
+  File "${gpg4win_pkg_kde_l10n_src}"
+!else
+  SetOutPath "$INSTDIR\share\locale\af"
+  File ${kcfg_prefix}/share/locale/af/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\af\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/af/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/af/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/af/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/af/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/af/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/af/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/af/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/af/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/af/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/af/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ar"
+  File ${kcfg_prefix}/share/locale/ar/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ar/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ar/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ar/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ar/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ar/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ar/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ar/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ar/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ar/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ar/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ar/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ast"
+  File ${kcfg_prefix}/share/locale/ast/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ast\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ast/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ast/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ast/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ast/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ast/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ast/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ast/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ast/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ast/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ast/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ast/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ast/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ast/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ast/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\be"
+  File ${kcfg_prefix}/share/locale/be/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\be\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/be/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/be/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/be/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/be/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/be/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/be/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/be/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/be/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/be/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/be/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/be/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/be/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/be/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/be/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\bg"
+  File ${kcfg_prefix}/share/locale/bg/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\bg\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/bg/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/bg/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/bg/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/bg/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/bg/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/bg/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/bg/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/bg/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/bg/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/bg/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/bg/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/bg/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/bg/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/bg/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\br"
+  File ${kcfg_prefix}/share/locale/br/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\br\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/br/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/br/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/br/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/br/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/br/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/br/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/br/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/br/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/br/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/br/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/br/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/br/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/br/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/br/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\bs"
+  File ${kcfg_prefix}/share/locale/bs/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\bs\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/bs/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/bs/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/bs/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/bs/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/bs/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/bs/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/bs/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/bs/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/bs/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/bs/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/bs/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/bs/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/bs/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/bs/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ca"
+  File ${kcfg_prefix}/share/locale/ca/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ca/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ca/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ca/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ca/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ca/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ca/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ca/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ca/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ca/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ca/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ca/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ca/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ca/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ca/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ca at valencia"
+  File ${kcfg_prefix}/share/locale/ca at valencia/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ca at valencia/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ca at valencia/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ca at valencia/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ca at valencia/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ca at valencia/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ca at valencia/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ca at valencia/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ca at valencia/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ca at valencia/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ca at valencia/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ca at valencia/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ca at valencia/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ca at valencia/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ca at valencia/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\cs"
+  File ${kcfg_prefix}/share/locale/cs/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/cs/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/cs/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/cs/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/cs/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/cs/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/cs/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/cs/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/cs/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/cs/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/cs/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/cs/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/cs/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/cs/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/cs/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\cy"
+  File ${kcfg_prefix}/share/locale/cy/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\cy\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/cy/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/cy/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/cy/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/cy/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/cy/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/cy/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/cy/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/cy/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/cy/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/cy/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/cy/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/cy/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/cy/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/cy/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\da"
+  File ${kcfg_prefix}/share/locale/da/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\da\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/da/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/da/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/da/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/da/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/da/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/da/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/da/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/da/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/da/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/da/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/da/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/da/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/da/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/da/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\de"
+  File ${kcfg_prefix}/share/locale/de/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/de/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/de/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/de/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/de/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/de/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/de/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/de/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/de/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/de/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/de/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/de/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/de/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/de/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/de/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\el"
+  File ${kcfg_prefix}/share/locale/el/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\el\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/el/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/el/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/el/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/el/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/el/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/el/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/el/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/el/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/el/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/el/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/el/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/el/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/el/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/el/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\en_GB"
+  File ${kcfg_prefix}/share/locale/en_GB/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/en_GB/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/en_GB/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/en_GB/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/en_GB/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/en_GB/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/en_GB/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/en_GB/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/en_GB/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/en_GB/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/en_GB/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/en_GB/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/en_GB/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/en_GB/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/en_GB/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\eo"
+  File ${kcfg_prefix}/share/locale/eo/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\eo\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/eo/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/eo/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/eo/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/eo/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/eo/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/eo/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/eo/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/eo/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/eo/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/eo/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/eo/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/eo/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/eo/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/eo/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\es"
+  File ${kcfg_prefix}/share/locale/es/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/es/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/es/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/es/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/es/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/es/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/es/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/es/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/es/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/es/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/es/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/es/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/es/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/es/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/es/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\et"
+  File ${kcfg_prefix}/share/locale/et/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\et\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/et/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/et/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/et/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/et/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/et/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/et/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/et/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/et/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/et/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/et/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/et/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/et/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/et/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/et/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\eu"
+  File ${kcfg_prefix}/share/locale/eu/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\eu\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/eu/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/eu/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/eu/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/eu/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/eu/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/eu/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/eu/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/eu/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/eu/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/eu/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/eu/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/eu/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/eu/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/eu/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\fa"
+  File ${kcfg_prefix}/share/locale/fa/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\fa\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/fa/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/fa/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/fa/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/fa/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/fa/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/fa/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/fa/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/fa/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/fa/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/fa/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/fa/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/fa/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/fa/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/fa/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\fi"
+  File ${kcfg_prefix}/share/locale/fi/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\fi\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/fi/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/fi/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/fi/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/fi/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/fi/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/fi/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/fi/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/fi/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/fi/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/fi/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/fi/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/fi/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/fi/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/fi/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\fr"
+  File ${kcfg_prefix}/share/locale/fr/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/fr/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/fr/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/fr/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/fr/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/fr/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/fr/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/fr/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/fr/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/fr/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/fr/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/fr/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/fr/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/fr/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/fr/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\fy"
+  File ${kcfg_prefix}/share/locale/fy/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\fy\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/fy/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/fy/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/fy/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/fy/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/fy/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/fy/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/fy/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/fy/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/fy/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/fy/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/fy/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/fy/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/fy/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/fy/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ga"
+  File ${kcfg_prefix}/share/locale/ga/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ga\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ga/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ga/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ga/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ga/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ga/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ga/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ga/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ga/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ga/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ga/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ga/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ga/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ga/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ga/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\gl"
+  File ${kcfg_prefix}/share/locale/gl/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\gl\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/gl/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/gl/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/gl/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/gl/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/gl/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/gl/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/gl/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/gl/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/gl/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/gl/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/gl/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/gl/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/gl/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/gl/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\he"
+  File ${kcfg_prefix}/share/locale/he/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\he\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/he/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/he/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/he/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/he/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/he/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/he/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/he/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/he/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/he/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/he/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/he/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/he/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\hi"
+  File ${kcfg_prefix}/share/locale/hi/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\hi\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/hi/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/hi/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/hi/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/hi/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/hi/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/hi/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/hi/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/hi/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/hi/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/hi/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/hi/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/hi/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/hi/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/hi/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\hne"
+  File ${kcfg_prefix}/share/locale/hne/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\hne\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/hne/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/hne/LC_MESSAGES/ki18n5.mo
+  File ${kxmlgui_prefix}/share/locale/hne/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/hne/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/hne/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/hne/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/hne/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/hne/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/hne/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/hne/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/hne/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/hne/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/hne/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\hr"
+  File ${kcfg_prefix}/share/locale/hr/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\hr\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/hr/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/hr/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/hr/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/hr/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/hr/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/hr/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/hr/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/hr/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/hr/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/hr/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/hr/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/hr/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/hr/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\hu"
+  File ${kcfg_prefix}/share/locale/hu/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/hu/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/hu/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/hu/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/hu/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/hu/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/hu/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/hu/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/hu/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/hu/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/hu/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/hu/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/hu/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/hu/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/hu/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ia"
+  File ${kcfg_prefix}/share/locale/ia/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ia\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ia/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ia/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ia/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ia/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ia/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ia/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ia/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ia/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ia/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ia/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ia/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ia/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ia/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ia/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\is"
+  File ${kcfg_prefix}/share/locale/is/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\is\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/is/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/is/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/is/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/is/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/is/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/is/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/is/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/is/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/is/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/is/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/is/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/is/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/is/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/is/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\it"
+  File ${kcfg_prefix}/share/locale/it/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\it\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/it/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/it/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/it/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/it/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/it/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/it/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/it/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/it/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/it/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/it/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/it/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/it/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/it/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/it/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ja"
+  File ${kcfg_prefix}/share/locale/ja/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ja\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ja/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ja/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ja/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ja/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ja/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ja/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ja/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ja/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ja/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ja/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ja/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ja/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ja/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ja/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\kk"
+  File ${kcfg_prefix}/share/locale/kk/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\kk\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/kk/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/kk/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/kk/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/kk/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/kk/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/kk/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/kk/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/kk/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/kk/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/kk/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/kk/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/kk/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/kk/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/kk/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\km"
+  File ${kcfg_prefix}/share/locale/km/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\km\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/km/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/km/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/km/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/km/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/km/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/km/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/km/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/km/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/km/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/km/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/km/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/km/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/km/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/km/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ko"
+  File ${kcfg_prefix}/share/locale/ko/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ko\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ko/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ko/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ko/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ko/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ko/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ko/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ko/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ko/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ko/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ko/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ko/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ko/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ko/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ko/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\lt"
+  File ${kcfg_prefix}/share/locale/lt/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\lt\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/lt/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/lt/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/lt/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/lt/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/lt/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/lt/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/lt/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/lt/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/lt/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/lt/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/lt/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/lt/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/lt/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/lt/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\lv"
+  File ${kcfg_prefix}/share/locale/lv/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\lv\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/lv/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/lv/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/lv/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/lv/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/lv/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/lv/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/lv/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/lv/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/lv/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/lv/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/lv/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/lv/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/lv/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/lv/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\mai"
+  File ${kcfg_prefix}/share/locale/mai/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\mai\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/mai/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/mai/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/mai/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/mai/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/mai/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/mai/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/mai/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/mai/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/mai/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/mai/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/mai/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/mai/LC_MESSAGES/libkleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\mk"
+  File ${kcfg_prefix}/share/locale/mk/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\mk\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/mk/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/mk/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/mk/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/mk/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/mk/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/mk/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/mk/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/mk/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/mk/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/mk/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/mk/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/mk/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/mk/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/mk/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\mr"
+  File ${kcfg_prefix}/share/locale/mr/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\mr\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/mr/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/mr/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/mr/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/mr/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/mr/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/mr/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/mr/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/mr/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/mr/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/mr/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/mr/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/mr/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/mr/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/mr/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ms"
+  File ${kcfg_prefix}/share/locale/ms/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ms\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ms/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ms/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ms/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ms/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ms/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ms/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ms/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ms/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ms/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ms/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ms/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ms/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ms/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ms/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\nb"
+  File ${kcfg_prefix}/share/locale/nb/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\nb\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/nb/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/nb/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/nb/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/nb/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/nb/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/nb/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/nb/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/nb/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/nb/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/nb/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/nb/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/nb/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/nb/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/nb/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\nds"
+  File ${kcfg_prefix}/share/locale/nds/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\nds\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/nds/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/nds/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/nds/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/nds/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/nds/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/nds/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/nds/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/nds/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/nds/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/nds/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/nds/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/nds/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/nds/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/nds/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ne"
+  File ${kcfg_prefix}/share/locale/ne/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ne\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ne/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ne/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ne/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ne/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ne/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ne/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ne/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ne/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ne/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ne/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ne/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ne/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ne/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ne/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\nl"
+  File ${kcfg_prefix}/share/locale/nl/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\nl\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/nl/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/nl/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/nl/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/nl/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/nl/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/nl/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/nl/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/nl/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/nl/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/nl/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/nl/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/nl/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/nl/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/nl/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\nn"
+  File ${kcfg_prefix}/share/locale/nn/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\nn\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/nn/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/nn/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/nn/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/nn/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/nn/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/nn/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/nn/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/nn/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/nn/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/nn/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/nn/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/nn/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/nn/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/nn/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\pa"
+  File ${kcfg_prefix}/share/locale/pa/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\pa\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/pa/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/pa/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/pa/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/pa/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/pa/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/pa/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/pa/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/pa/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/pa/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/pa/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/pa/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/pa/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/pa/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/pa/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\pl"
+  File ${kcfg_prefix}/share/locale/pl/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/pl/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/pl/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/pl/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/pl/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/pl/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/pl/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/pl/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/pl/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/pl/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/pl/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/pl/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/pl/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/pl/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/pl/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\pt"
+  File ${kcfg_prefix}/share/locale/pt/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\pt\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/pt/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/pt/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/pt/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/pt/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/pt/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/pt/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/pt/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/pt/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/pt/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/pt/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/pt/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/pt/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/pt/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/pt/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\pt_BR"
+  File ${kcfg_prefix}/share/locale/pt_BR/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/pt_BR/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/pt_BR/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/pt_BR/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/pt_BR/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/pt_BR/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/pt_BR/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/pt_BR/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/pt_BR/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/pt_BR/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/pt_BR/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/pt_BR/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ro"
+  File ${kcfg_prefix}/share/locale/ro/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ro\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ro/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ro/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ro/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ro/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ro/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ro/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ro/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ro/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ro/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ro/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ro/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ro/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ro/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ro/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ru"
+  File ${kcfg_prefix}/share/locale/ru/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ru/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ru/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ru/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ru/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ru/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ru/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ru/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ru/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ru/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ru/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ru/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ru/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ru/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ru/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\se"
+  File ${kcfg_prefix}/share/locale/se/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\se\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/se/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/se/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/se/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/se/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/se/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/se/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/se/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/se/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/se/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/se/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/se/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/se/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/se/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/se/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sl"
+  File ${kcfg_prefix}/share/locale/sl/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sl\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sl/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sl/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sl/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sl/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sl/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sl/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sl/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sl/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sl/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sl/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sl/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sl/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/sl/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/sl/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sq"
+  File ${kcfg_prefix}/share/locale/sq/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sq\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sq/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sq/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sq/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sq/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sq/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sq/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sq/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sq/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sq/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sq/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sq/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sq/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/sq/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/sq/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sr"
+  File ${kcfg_prefix}/share/locale/sr/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sr\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sr/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sr/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sr/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sr/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sr/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sr/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sr/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sr/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sr/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sr/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sr/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sr/LC_MESSAGES/libkleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sr at ijekavian"
+  File ${kcfg_prefix}/share/locale/sr at ijekavian/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sr at ijekavian/LC_MESSAGES/libkleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sr at ijekavianlatin"
+  File ${kcfg_prefix}/share/locale/sr at ijekavianlatin/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/libkleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sr at latin"
+  File ${kcfg_prefix}/share/locale/sr at latin/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sr at latin\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sr at latin/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sr at latin/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sr at latin/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sr at latin/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sr at latin/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sr at latin/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sr at latin/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sr at latin/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sr at latin/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sr at latin/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sr at latin/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sr at latin/LC_MESSAGES/libkleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\sv"
+  File ${kcfg_prefix}/share/locale/sv/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/sv/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/sv/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/sv/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/sv/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/sv/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/sv/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/sv/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/sv/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/sv/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/sv/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/sv/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/sv/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/sv/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ta"
+  File ${kcfg_prefix}/share/locale/ta/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ta\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ta/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ta/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ta/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ta/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ta/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ta/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ta/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ta/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ta/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ta/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ta/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ta/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ta/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\tg"
+  File ${kcfg_prefix}/share/locale/tg/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\tg\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/tg/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/tg/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/tg/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/tg/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/tg/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/tg/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/tg/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/tg/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/tg/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/tg/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/tg/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/tg/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/tg/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\th"
+  File ${kcfg_prefix}/share/locale/th/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\th\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/th/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/th/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/th/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/th/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/th/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/th/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/th/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/th/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/th/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/th/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/th/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/th/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\tr"
+  File ${kcfg_prefix}/share/locale/tr/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\tr\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/tr/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/tr/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/tr/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/tr/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/tr/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/tr/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/tr/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/tr/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/tr/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/tr/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/tr/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/tr/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/tr/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/tr/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\ug"
+  File ${kcfg_prefix}/share/locale/ug/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\ug\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/ug/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/ug/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/ug/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/ug/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/ug/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/ug/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/ug/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/ug/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/ug/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/ug/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/ug/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/ug/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/ug/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/ug/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\uk"
+  File ${kcfg_prefix}/share/locale/uk/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\uk\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/uk/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/uk/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/uk/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/uk/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/uk/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/uk/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/uk/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/uk/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/uk/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/uk/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/uk/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/uk/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/uk/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/uk/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\uz"
+  File ${kcfg_prefix}/share/locale/uz/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\uz\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/uz/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/uz/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/uz/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/uz/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/uz/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/uz/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/uz/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/uz/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/uz/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/uz/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/uz/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/uz/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\uz at cyrillic"
+  File ${kcfg_prefix}/share/locale/uz at cyrillic/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\xh"
+  File ${kcfg_prefix}/share/locale/xh/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\xh\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/xh/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/xh/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/xh/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/xh/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/xh/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/xh/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/xh/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/xh/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/xh/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/xh/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/xh/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/xh/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\zh_CN"
+  File ${kcfg_prefix}/share/locale/zh_CN/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/zh_CN/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/zh_CN/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/zh_CN/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/zh_CN/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/zh_CN/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/zh_CN/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/zh_CN/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/zh_CN/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/zh_CN/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/zh_CN/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/kleopatra.mo
+  SetOutPath "$INSTDIR\share\locale\zh_TW"
+  File ${kcfg_prefix}/share/locale/zh_TW/kf5_entry.desktop
+  SetOutPath "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
+  File ${kconfigwidgets_prefix}/share/locale/zh_TW/LC_MESSAGES/kconfigwidgets5.mo
+  File ${ki18n_prefix}/share/locale/zh_TW/LC_MESSAGES/ki18n5.mo
+  File ${kiconthemes_prefix}/share/locale/zh_TW/LC_MESSAGES/kiconthemes5.mo
+  File ${kxmlgui_prefix}/share/locale/zh_TW/LC_MESSAGES/kxmlgui5.mo
+  File ${kconfig_prefix}/share/locale/zh_TW/LC_MESSAGES/kconfig5_qt.qm
+  File ${kcompletion_prefix}/share/locale/zh_TW/LC_MESSAGES/kcompletion5_qt.qm
+  File ${kcodecs_prefix}/share/locale/zh_TW/LC_MESSAGES/kcodecs5_qt.qm
+  File ${kcoreaddons_prefix}/share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
+  File ${kitemviews_prefix}/share/locale/zh_TW/LC_MESSAGES/kitemviews5_qt.qm
+  File ${kwidgetsaddons_prefix}/share/locale/zh_TW/LC_MESSAGES/kwidgetsaddons5_qt.qm
+  File ${kwindowsystem_prefix}/share/locale/zh_TW/LC_MESSAGES/kwindowsystem5_qt.qm
+  File ${prefix}/share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo
+  File ${prefix}/share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo
+  File ${prefix}/share/locale/zh_TW/LC_MESSAGES/kleopatra.mo
+!endif
+SectionEnd
diff --git a/src/inst-sections.nsi b/src/inst-sections.nsi
index d4c3d84..ba43d0c 100644
--- a/src/inst-sections.nsi
+++ b/src/inst-sections.nsi
@@ -146,6 +146,9 @@
 !ifdef HAVE_PKG_KMIME
 !include "inst-kmime.nsi"
 !endif
+!ifdef HAVE_PKG_KDE_L10N
+!include "inst-kde-l10n.nsi"
+!endif
 !ifdef HAVE_PKG_KICONTHEMES
 !include "inst-kiconthemes.nsi"
 !endif
@@ -368,6 +371,9 @@
 !ifdef HAVE_PKG_KMIME
 !include "uninst-kmime.nsi"
 !endif
+!ifdef HAVE_PKG_KDE_L10N
+!include "uninst-kde-l10n.nsi"
+!endif
 !ifdef HAVE_PKG_LIBKLEO
 !include "uninst-libkleo.nsi"
 !endif
@@ -655,6 +661,9 @@ Function CalcDepends
 !ifdef HAVE_PKG_KMIME
   !insertmacro UnselectSection ${SEC_kmime}
 !endif
+!ifdef HAVE_PKG_KDE_L10N
+  !insertmacro UnselectSection ${SEC_kde-l10n}
+!endif
 !ifdef HAVE_PKG_QTSVG
   !insertmacro UnselectSection ${SEC_qtsvg}
 !endif
@@ -763,6 +772,7 @@ Function CalcDepends
   !insertmacro SelectSection ${SEC_kguiaddons}
   !insertmacro SelectSection ${SEC_qtsvg}
   !insertmacro SelectSection ${SEC_kmime}
+  !insertmacro SelectSection ${SEC_kde-l10n}
   !insertmacro SelectSection ${SEC_libkleo}
   !insertmacro SelectSection ${SEC_qttools}
   !insertmacro SelectSection ${SEC_qtwinextras}
diff --git a/src/uninst-kde-l10n.nsi b/src/uninst-kde-l10n.nsi
new file mode 100644
index 0000000..35a24dc
--- /dev/null
+++ b/src/uninst-kde-l10n.nsi
@@ -0,0 +1,1324 @@
+# THIS FILE IS GENERATED! See kde-l10n.sh
+# Copyright (C) 2016 Intevation GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix ${ipdir}/kde-l10n-${gpg4win_pkg_kde_l10n_version}
+
+; Uninstaller section.
+Section "-un.kde-l10n"
+!ifdef SOURCES
+  Push "${gpg4win_pkg_kde-l10n}"
+  Call un.SourceDelete
+!else
+  Delete "$INSTDIR\share\locale\af\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\af\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\af\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\af"
+  Delete "$INSTDIR\share\locale\ar\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ar"
+  Delete "$INSTDIR\share\locale\ast\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ast\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ast\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ast"
+  Delete "$INSTDIR\share\locale\be\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\be\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\be\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\be"
+  Delete "$INSTDIR\share\locale\bg\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\bg"
+  Delete "$INSTDIR\share\locale\br\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\br\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\br\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\br"
+  Delete "$INSTDIR\share\locale\bs\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\bs"
+  Delete "$INSTDIR\share\locale\ca\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ca"
+  Delete "$INSTDIR\share\locale\ca at valencia\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ca at valencia"
+  Delete "$INSTDIR\share\locale\cs\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\cs"
+  Delete "$INSTDIR\share\locale\cy\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\cy"
+  Delete "$INSTDIR\share\locale\da\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\da\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\da\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\da"
+  Delete "$INSTDIR\share\locale\de\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\de"
+  Delete "$INSTDIR\share\locale\el\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\el\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\el\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\el"
+  Delete "$INSTDIR\share\locale\en_GB\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\en_GB"
+  Delete "$INSTDIR\share\locale\eo\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\eo"
+  Delete "$INSTDIR\share\locale\es\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\es"
+  Delete "$INSTDIR\share\locale\et\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\et\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\et\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\et"
+  Delete "$INSTDIR\share\locale\eu\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\eu"
+  Delete "$INSTDIR\share\locale\fa\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fa"
+  Delete "$INSTDIR\share\locale\fi\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fi"
+  Delete "$INSTDIR\share\locale\fr\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fr"
+  Delete "$INSTDIR\share\locale\fy\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\fy"
+  Delete "$INSTDIR\share\locale\ga\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ga"
+  Delete "$INSTDIR\share\locale\gl\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\gl"
+  Delete "$INSTDIR\share\locale\he\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\he\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\he\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\he"
+  Delete "$INSTDIR\share\locale\hi\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hi"
+  Delete "$INSTDIR\share\locale\hne\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hne"
+  Delete "$INSTDIR\share\locale\hr\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hr"
+  Delete "$INSTDIR\share\locale\hu\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\hu"
+  Delete "$INSTDIR\share\locale\ia\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ia"
+  Delete "$INSTDIR\share\locale\is\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\is\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\is\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\is"
+  Delete "$INSTDIR\share\locale\it\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\it\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\it\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\it"
+  Delete "$INSTDIR\share\locale\ja\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ja"
+  Delete "$INSTDIR\share\locale\kk\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\kk"
+  Delete "$INSTDIR\share\locale\km\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\km\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\km\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\km"
+  Delete "$INSTDIR\share\locale\ko\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ko"
+  Delete "$INSTDIR\share\locale\lt\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\lt"
+  Delete "$INSTDIR\share\locale\lv\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\lv"
+  Delete "$INSTDIR\share\locale\mai\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\libkleopatra.mo"
+RMDir "$INSTDIR\share\locale\mai\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mai\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mai"
+  Delete "$INSTDIR\share\locale\mk\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mk"
+  Delete "$INSTDIR\share\locale\mr\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\mr"
+  Delete "$INSTDIR\share\locale\ms\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ms"
+  Delete "$INSTDIR\share\locale\nb\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nb"
+  Delete "$INSTDIR\share\locale\nds\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nds"
+  Delete "$INSTDIR\share\locale\ne\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ne"
+  Delete "$INSTDIR\share\locale\nl\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nl"
+  Delete "$INSTDIR\share\locale\nn\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\nn"
+  Delete "$INSTDIR\share\locale\pa\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pa"
+  Delete "$INSTDIR\share\locale\pl\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pl"
+  Delete "$INSTDIR\share\locale\pt\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pt"
+  Delete "$INSTDIR\share\locale\pt_BR\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\pt_BR"
+  Delete "$INSTDIR\share\locale\ro\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ro"
+  Delete "$INSTDIR\share\locale\ru\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ru"
+  Delete "$INSTDIR\share\locale\se\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\se\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\se\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\se"
+  Delete "$INSTDIR\share\locale\sl\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sl"
+  Delete "$INSTDIR\share\locale\sq\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sq"
+  Delete "$INSTDIR\share\locale\sr\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\libkleopatra.mo"
+RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\libkleopatra.mo"
+RMDir "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at ijekavian"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\libkleopatra.mo"
+RMDir "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at ijekavianlatin"
+  Delete "$INSTDIR\share\locale\sr at latin\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\libkleopatra.mo"
+RMDir "$INSTDIR\share\locale\sr at latin\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at latin\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sr at latin"
+  Delete "$INSTDIR\share\locale\sv\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\sv"
+  Delete "$INSTDIR\share\locale\ta\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ta"
+  Delete "$INSTDIR\share\locale\tg\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\tg"
+  Delete "$INSTDIR\share\locale\th\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\th\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\th\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\th"
+  Delete "$INSTDIR\share\locale\tr\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\tr"
+  Delete "$INSTDIR\share\locale\ug\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ug"
+  Delete "$INSTDIR\share\locale\uk\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uk"
+  Delete "$INSTDIR\share\locale\uz\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uz"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\uz at cyrillic"
+  Delete "$INSTDIR\share\locale\xh\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\xh"
+  Delete "$INSTDIR\share\locale\zh_CN\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\zh_CN"
+  Delete "$INSTDIR\share\locale\zh_TW\kf5_entry.desktop"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfigwidgets5.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\ki18n5.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kiconthemes5.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kxmlgui5.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfig5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcompletion5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcodecs5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcoreaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kitemviews5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwindowsystem5_qt.qm"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\libkleopatra.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwatchgnupg.mo"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\zh_TW"
+RMDir "$INSTDIR\share\locale"
+RMDir "$INSTDIR\share"
+RMDir "$INSTDIR"
+!endif
+SectionEnd

commit 18ae032ff59db16123c33adc9b11fcaaac7d86d0
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:11:59 2016 +0100

    Do not install translations as part of xmlgui
    
    * src/inst-kxmlgui.nsi, src/uninst-kxmlgui.nsi: Do not install l10n
    --
    
    This will be done with a new kde-l10n package

diff --git a/src/inst-kxmlgui.nsi b/src/inst-kxmlgui.nsi
index ef9f0ba..2eb9815 100644
--- a/src/inst-kxmlgui.nsi
+++ b/src/inst-kxmlgui.nsi
@@ -31,206 +31,5 @@ Section "-kxmlgui" SEC_kxmlgui
 !else
   SetOutPath "$INSTDIR\bin"
   File ${prefix}/bin/libKF5XmlGui.dll
-
-  SetOutPath "$INSTDIR\share\locale\csb\LC_MESSAGES"
-  File ${prefix}/share/locale/csb/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hi\LC_MESSAGES"
-  File ${prefix}/share/locale/hi/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\cy\LC_MESSAGES"
-  File ${prefix}/share/locale/cy/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\it\LC_MESSAGES"
-  File ${prefix}/share/locale/it/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sl\LC_MESSAGES"
-  File ${prefix}/share/locale/sl/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\gd\LC_MESSAGES"
-  File ${prefix}/share/locale/gd/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ka\LC_MESSAGES"
-  File ${prefix}/share/locale/ka/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\crh\LC_MESSAGES"
-  File ${prefix}/share/locale/crh/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sq\LC_MESSAGES"
-  File ${prefix}/share/locale/sq/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hne\LC_MESSAGES"
-  File ${prefix}/share/locale/hne/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\mk\LC_MESSAGES"
-  File ${prefix}/share/locale/mk/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\bg\LC_MESSAGES"
-  File ${prefix}/share/locale/bg/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
-  File ${prefix}/share/locale/ar/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\eu\LC_MESSAGES"
-  File ${prefix}/share/locale/eu/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES"
-  File ${prefix}/share/locale/sv/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  File ${prefix}/share/locale/sk/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ko\LC_MESSAGES"
-  File ${prefix}/share/locale/ko/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ga\LC_MESSAGES"
-  File ${prefix}/share/locale/ga/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\tg\LC_MESSAGES"
-  File ${prefix}/share/locale/tg/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ug\LC_MESSAGES"
-  File ${prefix}/share/locale/ug/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\nds\LC_MESSAGES"
-  File ${prefix}/share/locale/nds/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\oc\LC_MESSAGES"
-  File ${prefix}/share/locale/oc/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\fa\LC_MESSAGES"
-  File ${prefix}/share/locale/fa/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\lb\LC_MESSAGES"
-  File ${prefix}/share/locale/lb/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\th\LC_MESSAGES"
-  File ${prefix}/share/locale/th/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  File ${prefix}/share/locale/sr/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\uz\LC_MESSAGES"
-  File ${prefix}/share/locale/uz/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\mai\LC_MESSAGES"
-  File ${prefix}/share/locale/mai/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  File ${prefix}/share/locale/ja/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\eo\LC_MESSAGES"
-  File ${prefix}/share/locale/eo/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\uk\LC_MESSAGES"
-  File ${prefix}/share/locale/uk/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ne\LC_MESSAGES"
-  File ${prefix}/share/locale/ne/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\bn\LC_MESSAGES"
-  File ${prefix}/share/locale/bn/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  File ${prefix}/share/locale/fi/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hy\LC_MESSAGES"
-  File ${prefix}/share/locale/hy/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\mr\LC_MESSAGES"
-  File ${prefix}/share/locale/mr/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES"
-  File ${prefix}/share/locale/sr at ijekavianlatin/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\xh\LC_MESSAGES"
-  File ${prefix}/share/locale/xh/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\bs\LC_MESSAGES"
-  File ${prefix}/share/locale/bs/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\zh_HK\LC_MESSAGES"
-  File ${prefix}/share/locale/zh_HK/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  File ${prefix}/share/locale/cs/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hsb\LC_MESSAGES"
-  File ${prefix}/share/locale/hsb/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\vi\LC_MESSAGES"
-  File ${prefix}/share/locale/vi/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hr\LC_MESSAGES"
-  File ${prefix}/share/locale/hr/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\kk\LC_MESSAGES"
-  File ${prefix}/share/locale/kk/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  File ${prefix}/share/locale/hu/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
-  File ${prefix}/share/locale/zh_TW/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\nn\LC_MESSAGES"
-  File ${prefix}/share/locale/nn/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\nb\LC_MESSAGES"
-  File ${prefix}/share/locale/nb/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
-  File ${prefix}/share/locale/de/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  File ${prefix}/share/locale/pl/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\et\LC_MESSAGES"
-  File ${prefix}/share/locale/et/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ast\LC_MESSAGES"
-  File ${prefix}/share/locale/ast/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\he\LC_MESSAGES"
-  File ${prefix}/share/locale/he/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ia\LC_MESSAGES"
-  File ${prefix}/share/locale/ia/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\si\LC_MESSAGES"
-  File ${prefix}/share/locale/si/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\lt\LC_MESSAGES"
-  File ${prefix}/share/locale/lt/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ps\LC_MESSAGES"
-  File ${prefix}/share/locale/ps/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES"
-  File ${prefix}/share/locale/sr at ijekavian/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  File ${prefix}/share/locale/ru/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ro\LC_MESSAGES"
-  File ${prefix}/share/locale/ro/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\br\LC_MESSAGES"
-  File ${prefix}/share/locale/br/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\kn\LC_MESSAGES"
-  File ${prefix}/share/locale/kn/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\fy\LC_MESSAGES"
-  File ${prefix}/share/locale/fy/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\be at latin\LC_MESSAGES"
-  File ${prefix}/share/locale/be at latin/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\pt\LC_MESSAGES"
-  File ${prefix}/share/locale/pt/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\is\LC_MESSAGES"
-  File ${prefix}/share/locale/is/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\wa\LC_MESSAGES"
-  File ${prefix}/share/locale/wa/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  File ${prefix}/share/locale/fr/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\or\LC_MESSAGES"
-  File ${prefix}/share/locale/or/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ha\LC_MESSAGES"
-  File ${prefix}/share/locale/ha/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\tt\LC_MESSAGES"
-  File ${prefix}/share/locale/tt/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\lv\LC_MESSAGES"
-  File ${prefix}/share/locale/lv/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES"
-  File ${prefix}/share/locale/uz at cyrillic/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\tr\LC_MESSAGES"
-  File ${prefix}/share/locale/tr/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\gl\LC_MESSAGES"
-  File ${prefix}/share/locale/gl/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ta\LC_MESSAGES"
-  File ${prefix}/share/locale/ta/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\gu\LC_MESSAGES"
-  File ${prefix}/share/locale/gu/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\af\LC_MESSAGES"
-  File ${prefix}/share/locale/af/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
-  File ${prefix}/share/locale/es/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ku\LC_MESSAGES"
-  File ${prefix}/share/locale/ku/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
-  File ${prefix}/share/locale/en_GB/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\bn_IN\LC_MESSAGES"
-  File ${prefix}/share/locale/bn_IN/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  File ${prefix}/share/locale/ca/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\el\LC_MESSAGES"
-  File ${prefix}/share/locale/el/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\se\LC_MESSAGES"
-  File ${prefix}/share/locale/se/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\sr at latin\LC_MESSAGES"
-  File ${prefix}/share/locale/sr at latin/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\km\LC_MESSAGES"
-  File ${prefix}/share/locale/km/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\te\LC_MESSAGES"
-  File ${prefix}/share/locale/te/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\be\LC_MESSAGES"
-  File ${prefix}/share/locale/be/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\as\LC_MESSAGES"
-  File ${prefix}/share/locale/as/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ml\LC_MESSAGES"
-  File ${prefix}/share/locale/ml/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\pa\LC_MESSAGES"
-  File ${prefix}/share/locale/pa/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\id\LC_MESSAGES"
-  File ${prefix}/share/locale/id/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ms\LC_MESSAGES"
-  File ${prefix}/share/locale/ms/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES"
-  File ${prefix}/share/locale/ca at valencia/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\da\LC_MESSAGES"
-  File ${prefix}/share/locale/da/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  File ${prefix}/share/locale/nl/LC_MESSAGES/kxmlgui5.mo
-  SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/kxmlgui5.mo
 !endif
 SectionEnd
diff --git a/src/uninst-kxmlgui.nsi b/src/uninst-kxmlgui.nsi
index f72d286..c37bfca 100644
--- a/src/uninst-kxmlgui.nsi
+++ b/src/uninst-kxmlgui.nsi
@@ -28,309 +28,6 @@ Section "-un.kxmlgui"
 !else
   Delete "$INSTDIR\bin\libKF5XmlGui.dll"
   RmDir "$INSTDIR\bin"
-
-  Delete "$INSTDIR\share\locale\csb\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\csb\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\csb"
-  Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hi"
-  Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\cy"
-  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\it\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\it"
-  Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sl"
-  Delete "$INSTDIR\share\locale\gd\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\gd\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\gd"
-  Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ka\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ka"
-  Delete "$INSTDIR\share\locale\crh\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\crh\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\crh"
-  Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sq"
-  Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hne"
-  Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\mk"
-  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\pt_BR"
-  Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\bg"
-  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ar"
-  Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\eu"
-  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sv"
-  Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sk"
-  Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ko"
-  Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ga"
-  Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\tg"
-  Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ug"
-  Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\nds"
-  Delete "$INSTDIR\share\locale\oc\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\oc\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\oc"
-  Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\fa"
-  Delete "$INSTDIR\share\locale\lb\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\lb\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\lb"
-  Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\th\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\th"
-  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sr"
-  Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\uz"
-  Delete "$INSTDIR\share\locale\mai\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\mai\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\mai"
-  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ja"
-  Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\eo"
-  Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\uk"
-  Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ne"
-  Delete "$INSTDIR\share\locale\bn\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\bn\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\bn"
-  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\fi"
-  Delete "$INSTDIR\share\locale\hy\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hy\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hy"
-  Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\mr"
-  Delete "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sr at ijekavianlatin\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sr at ijekavianlatin"
-  Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\xh"
-  Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\bs"
-  Delete "$INSTDIR\share\locale\zh_HK\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\zh_HK\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\zh_HK"
-  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\cs"
-  Delete "$INSTDIR\share\locale\hsb\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hsb\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hsb"
-  Delete "$INSTDIR\share\locale\vi\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\vi\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\vi"
-  Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hr"
-  Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\kk"
-  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\hu"
-  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\zh_TW"
-  Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\nn"
-  Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\nb"
-  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\de"
-  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\pl"
-  Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\et\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\et"
-  Delete "$INSTDIR\share\locale\ast\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ast\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ast"
-  Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\he\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\he"
-  Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ia"
-  Delete "$INSTDIR\share\locale\si\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\si\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\si"
-  Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\lt"
-  Delete "$INSTDIR\share\locale\ps\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ps\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ps"
-  Delete "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sr at ijekavian\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sr at ijekavian"
-  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ru"
-  Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ro"
-  Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\br\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\br"
-  Delete "$INSTDIR\share\locale\kn\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\kn\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\kn"
-  Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\fy"
-  Delete "$INSTDIR\share\locale\be at latin\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\be at latin\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\be at latin"
-  Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\pt"
-  Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\is\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\is"
-  Delete "$INSTDIR\share\locale\wa\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\wa\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\wa"
-  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\fr"
-  Delete "$INSTDIR\share\locale\or\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\or\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\or"
-  Delete "$INSTDIR\share\locale\ha\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ha\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ha"
-  Delete "$INSTDIR\share\locale\tt\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\tt\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\tt"
-  Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\lv"
-  Delete "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\uz at cyrillic\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\uz at cyrillic"
-  Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\tr"
-  Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\gl"
-  Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ta"
-  Delete "$INSTDIR\share\locale\gu\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\gu\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\gu"
-  Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\af\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\af"
-  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\es"
-  Delete "$INSTDIR\share\locale\ku\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ku\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ku"
-  Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\en_GB"
-  Delete "$INSTDIR\share\locale\bn_IN\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\bn_IN\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\bn_IN"
-  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ca"
-  Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\el\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\el"
-  Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\se\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\se"
-  Delete "$INSTDIR\share\locale\sr at latin\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\sr at latin\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\sr at latin"
-  Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\km\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\km"
-  Delete "$INSTDIR\share\locale\te\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\te\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\te"
-  Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\be\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\be"
-  Delete "$INSTDIR\share\locale\as\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\as\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\as"
-  Delete "$INSTDIR\share\locale\ml\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ml\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ml"
-  Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\pa"
-  Delete "$INSTDIR\share\locale\id\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\id\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\id"
-  Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ms"
-  Delete "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\ca at valencia\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\ca at valencia"
-  Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\da\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\da"
-  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\nl"
-  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kxmlgui5.mo"
-  RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  RMDir "$INSTDIR\share\locale\zh_CN"
-  RMDir "$INSTDIR\share\locale"
-  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR"
 !endif
 SectionEnd

commit 2a6b076a465a1705dd26d516149ba9628a01b861
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 19 15:04:47 2016 +0100

    Add script to generate KDE translations.
    
    * src/kde-l10n.sh: New.
    * README: Add note about this.
    
    --
    The script generates installation scripts for all the KDE packages,
    as it only makes sense to ship localizations that are also
    available for kleopatra.

diff --git a/README b/README
index 0ad59f2..4b37c8a 100644
--- a/README
+++ b/README
@@ -115,6 +115,15 @@ some of these tasks.  Here is a short run up:
 Then run the usual "./autogen.sh" to create the actual configure file
 and run configure as described above.
 
+Kleopatra Locatization
+======================
+
+The kde-l10n package is generated with the script src/kde-l10n.sh
+execute it after a build to generate an updated l10n package which
+you can then upload and add to packages.current.
+The tarballs and the nsis scripts are located in the temp directory
+kde-l10n prints as output.
+
 
 Version numbers
 ===============
diff --git a/src/kde-l10n.sh b/src/kde-l10n.sh
new file mode 100755
index 0000000..9846a58
--- /dev/null
+++ b/src/kde-l10n.sh
@@ -0,0 +1,300 @@
+#!/bin/bash
+# Copyright (C) 2016 Intevation GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+# Grab the latest kf5 translations and build a binary/source package for kleo.
+# Autogenerates NSIS Files that include translations for frameworks.
+#
+# This script needs installed packages to determine which frameworks
+# localizations exist
+
+set -e
+tmpdir=$(mktemp -d)
+VERSION=$(date +%Y%m%d%H%M)
+
+g4widir="$(readlink -f $(dirname $0)/playground/install)"
+
+if [ ! -e "$g4widir" ]; then
+    echo "Please build gpg4win first."
+    echo "This script needs installed packages to determine which frameworks localizations exist"
+    exit 1
+fi
+
+# QFrameworks are frameworks that use qt translations
+QFRAMEWORKS="kconfig kcompletion kcodecs kcoreaddons kitemviews kwidgetsaddons kwindowsystem"
+# KFrameworks are frameworks that use KDE translations
+KFRAMEWORKS="kconfigwidgets ki18n kiconthemes kxmlgui"
+
+POFILES="pim/libkleopatra.po \
+    kdepim/kwatchgnupg.po
+    kdepim/kleopatra.po"
+# See: https://websvn.kde.org/*checkout*/trunk/l10n-kf5/subdirs
+LANGS="af \
+ar \
+as \
+ast \
+be \
+be at latin \
+bg \
+bn \
+bn_IN \
+br \
+bs \
+ca \
+ca at valencia \
+crh \
+cs \
+csb \
+cy \
+da \
+de \
+el \
+en_GB \
+eo \
+es \
+et \
+eu \
+fa \
+fi \
+fr \
+fy \
+ga \
+gd \
+gl \
+gu \
+ha \
+he \
+hi \
+hne \
+hr \
+hsb \
+hu \
+hy \
+ia \
+id \
+is \
+it \
+ja \
+ka \
+kk \
+km \
+kn \
+ko \
+ku \
+lb \
+lt \
+lv \
+mai \
+mk \
+ml \
+mr \
+ms \
+mt \
+nb \
+nds \
+ne \
+nl \
+nn \
+nso \
+oc \
+or \
+pa \
+pl \
+ps \
+pt \
+pt_BR \
+ro \
+ru \
+rw \
+se \
+si \
+sk \
+sl \
+sq \
+sr \
+sr at ijekavian \
+sr at ijekavianlatin \
+sr at latin \
+sv \
+ta \
+te \
+tg \
+th \
+tr \
+tt \
+ug \
+uk \
+uz \
+uz at cyrillic \
+vi \
+wa \
+xh \
+x-test \
+zh_CN \
+zh_HK \
+zh_TW"
+
+instfile=$tmpdir/inst-kde-l10n.nsi
+uninstfile=$tmpdir/uninst-kde-l10n.nsi
+
+cat > $instfile <<EOF
+# THIS FILE IS GENERATED! See kde-l10n.sh
+# Copyright (C) 2016 Intevation GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+!ifdef prefix
+!undef prefix
+!endif
+!define kcfg_prefix \${ipdir}/kconfigwidgets-\${gpg4win_pkg_kconfigwidgets_version}
+EOF
+for frame in $KFRAMEWORKS $QFRAMEWORKS; do
+    echo "!define ${frame}_prefix \${ipdir}/${frame}-\${gpg4win_pkg_${frame}_version}" >> $instfile
+done
+cat >> $instfile << EOF
+!define prefix \${ipdir}/kde-l10n-\${gpg4win_pkg_kde_l10n_version}
+!ifdef DEBUG
+Section "kde-l10n" SEC_kde-l10n
+!else
+Section "-kde-l10n" SEC_kde-l10n
+!endif
+  SetOutPath "\$INSTDIR"
+!ifdef SOURCES
+  File "\${gpg4win_pkg_kde_l10n_src}"
+!else
+EOF
+
+cat > $uninstfile <<EOF
+# THIS FILE IS GENERATED! See kde-l10n.sh
+# Copyright (C) 2016 Intevation GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix \${ipdir}/kde-l10n-\${gpg4win_pkg_kde_l10n_version}
+
+; Uninstaller section.
+Section "-un.kde-l10n"
+!ifdef SOURCES
+  Push "\${gpg4win_pkg_kde-l10n}"
+  Call un.SourceDelete
+!else
+EOF
+
+l10ndir=$tmpdir/kde-l10n-$VERSION-src
+mkdir -p $l10ndir
+cd $l10ndir
+for lang in $LANGS; do
+    mkdir -p $lang
+    cd $lang
+    for pofile in $POFILES; do
+#        svn export svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/$lang/messages/$pofile \
+#        `basename $pofile` 2>/dev/null || \
+        echo "$pofile not found in $lang"
+    done
+    cd ..
+done
+
+l10ndir_bin=$tmpdir/kde-l10n-$VERSION-bin
+mkdir -p $l10ndir_bin
+cd $l10ndir_bin
+for lang in $LANGS; do
+    if ! ls $l10ndir/$lang/*.po > /dev/null 2>&1; then
+        # No kleo translations. Skip it.
+        continue
+    fi
+    if ! [ -e "$g4widir/share/locale/$lang/kf5_entry.desktop" ]; then
+        # No desktop file. Won't show up in ui
+        echo "$g4widir/share/locale/$lang/kf5_entry.desktop does not exist"
+        continue
+    fi
+    mkdir -p $l10ndir_bin/share/locale/$lang/LC_MESSAGES
+    echo "  SetOutPath \"\$INSTDIR\\share\\locale\\$lang\"" >> $instfile
+    echo "  File \${kcfg_prefix}/share/locale/$lang/kf5_entry.desktop" >> $instfile
+    echo "  Delete \"\$INSTDIR\\share\\locale\\$lang\\kf5_entry.desktop\"" >> $uninstfile
+
+    echo "  SetOutPath \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $instfile
+
+    for frame in $KFRAMEWORKS; do
+        if [ -e "$g4widir/share/locale/$lang/LC_MESSAGES/${frame}5.mo" ]; then
+            echo "  File \${${frame}_prefix}/share/locale/$lang/LC_MESSAGES/${frame}5.mo" >> $instfile
+            echo "  Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\${frame}5.mo\"" >> $uninstfile
+        fi
+    done
+    for frame in $QFRAMEWORKS; do
+        if [ -e "$g4widir/share/locale/$lang/LC_MESSAGES/${frame}5_qt.qm" ]; then
+            echo "  File \${${frame}_prefix}/share/locale/$lang/LC_MESSAGES/${frame}5_qt.qm" >> $instfile
+            echo "  Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\${frame}5_qt.qm\"" >> $uninstfile
+        fi
+    done
+
+    for pofile in $POFILES; do
+        moname=$(basename $pofile | sed 's/\.po/\.mo/')
+        if msgfmt -o $l10ndir_bin/share/locale/$lang/LC_MESSAGES/$moname $l10ndir/$lang/`basename $pofile` 2>/dev/null; then
+            echo "  File \${prefix}/share/locale/$lang/LC_MESSAGES/$moname" >> $instfile
+            echo "  Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\$moname\"" >> $uninstfile
+        fi
+    done
+    echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $uninstfile
+    echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $uninstfile
+    echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\"" >> $uninstfile
+    cd ..
+done
+echo "RMDir \"\$INSTDIR\\share\\locale\"" >> $uninstfile
+echo "RMDir \"\$INSTDIR\\share\"" >> $uninstfile
+echo "RMDir \"\$INSTDIR\"" >> $uninstfile
+echo "!endif" >> $uninstfile
+echo "SectionEnd" >> $uninstfile
+echo "!endif" >> $instfile
+echo "SectionEnd" >> $instfile
+
+cd $tmpdir
+tar -cJf kde-l10n-$VERSION-src.tar.xz kde-l10n-$VERSION-src
+cd $l10ndir_bin
+tar -cJf ../kde-l10n-$VERSION-bin.tar.xz *
+cd ..
+
+echo "Done dir is: $tmpdir"

commit 49be70d088fb65a6b0032e7c626a183c141fcfdd
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Feb 18 16:15:43 2016 +0100

    Install logging conf for Kleo and config desktops
    
    * src/inst-kleopatra.nsi: Install qt logging conf.
      Install config desktop files.
    * src/uninst-kleopatra.nsi: Uninstall this.
    
    --
    While we don't use KService and real desktop file parsing
    anymore we still use them to get a localized name of the config
    module and the icon name.

diff --git a/src/inst-kleopatra.nsi b/src/inst-kleopatra.nsi
index 09779bb..cc1f41f 100644
--- a/src/inst-kleopatra.nsi
+++ b/src/inst-kleopatra.nsi
@@ -50,6 +50,13 @@ ${MementoSection} "Kleopatra" SEC_kleopatra
   File ${prefix}/share/kleopatra/pics/kleopatra_wizard.png
   File ${prefix}/share/kleopatra/pics/kleopatra_wizard.svgz
 
+  SetOutPath "$INSTDIR\share\kservices5"
+  File ${prefix}/share/kservices5/kleopatra_config_appear.desktop
+  File ${prefix}/share/kservices5/kleopatra_config_gnupgsystem.desktop
+  File ${prefix}/share/kservices5/kleopatra_config_cryptooperations.desktop
+  File ${prefix}/share/kservices5/kleopatra_config_smimevalidation.desktop
+  File ${prefix}/share/kservices5/kleopatra_config_dirserv.desktop
+
 #  SetOutPath "$INSTDIR\share\apps\kwatchgnupg\pics"
 
 #  File ${prefix}/share/apps/kwatchgnupg/pics/kwatchgnupg.png
@@ -212,6 +219,17 @@ kdeglobals_done:
   FileClose $1
   pop $1
 
+  SetOutPath "$INSTDIR\share\QtProject"
+  # We want kleopatra logging for debugging
+  push $1
+  FileOpen $1 "$INSTDIR\share\QtProject\qtlogging.ini" "w"
+  FileWrite $1 '[Rules]$\r$\n'
+  FileWrite $1 'log_kleopatra.debug=true$\r$\n'
+  FileClose $1
+  pop $1
+
+
+
 !endif
 ${MementoSectionEnd}
 
diff --git a/src/uninst-kleopatra.nsi b/src/uninst-kleopatra.nsi
index d52824f..7ad6283 100644
--- a/src/uninst-kleopatra.nsi
+++ b/src/uninst-kleopatra.nsi
@@ -165,7 +165,14 @@ Section "-un.kleopatra"
 #  Delete "$INSTDIR\share\doc\HTML\common\lgpl-translated.html"
 #  Delete "$INSTDIR\share\doc\HTML\common\kde-localised.css"
 
+  Delete "$INSTDIR\share\kservices5\kleopatra_config_appear.desktop"
+  Delete "$INSTDIR\share\kservices5\kleopatra_config_gnupgsystem.desktop"
+  Delete "$INSTDIR\share\kservices5\kleopatra_config_cryptooperations.desktop"
+  Delete "$INSTDIR\share\kservices5\kleopatra_config_smimevalidation.desktop"
+  Delete "$INSTDIR\share\kservices5\kleopatra_config_dirserv.desktop"
+
   Delete "$INSTDIR\share\kdeglobals"
+  Delete "$INSTDIR\share\QtProject\qtlogging.ini"
 #  Delete "$INSTDIR\share\apps\kwatchgnupg\pics\kwatchgnupg2.png"
 #  Delete "$INSTDIR\share\apps\kwatchgnupg\pics\kwatchgnupg.png"
 #  Delete "$INSTDIR\share\apps\kwatchgnupg\kwatchgnupgui.rc"
@@ -187,6 +194,7 @@ Section "-un.kleopatra"
 #  RMDir "$INSTDIR\share\doc\HTML\de"
 #  RMDir "$INSTDIR\share\doc\HTML"
 #  RMDir "$INSTDIR\share\doc"
+  RMDir "$INSTDIR\share\QtProject"
   RMDir "$INSTDIR\share\kleopatra\pics"
   RMDir "$INSTDIR\share\kleopatra"
   RMDir "$INSTDIR\share"

commit a00c8ebfe8f29bbb1fa4c494105590ec3640dfe4
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Feb 17 16:33:18 2016 +0100

    Add missing qt patch for relative paths
    
    * Makefile.am (EXTRA_DIST): Add patch.
    * patches/qtbase-5.5.1/relative-paths.patch: New.

diff --git a/Makefile.am b/Makefile.am
index 29eefe8..18e628e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ EXTRA_DIST = autogen.sh README.GIT ONEWS \
         patches/qtbase-5.5.1/fix-oci-detect.patch \
         patches/qtbase-5.5.1/fix-syssemaphore.patch \
         patches/qtbase-5.5.1/fix-zlib-link.patch \
+        patches/qtbase-5.5.1/relative-paths.patch \
         patches/w32pth-2.0.5/workaround-broken-libtool.patch \
         patches/qttools/disable-most-tools.patch \
         patches/ki18n/no-tests.patch \
diff --git a/patches/qtbase-5.5.1/relative-paths.patch b/patches/qtbase-5.5.1/relative-paths.patch
new file mode 100755
index 0000000..27d3267
--- /dev/null
+++ b/patches/qtbase-5.5.1/relative-paths.patch
@@ -0,0 +1,64 @@
+#! /bin/sh
+patch -p1 -f -l $* < $0
+exit $?
+
+Patch kindly provided by KDE Windows emerge. To
+look for files relative to the install location.
+
+diff --git a/src/corelib/io/qstandardpaths_win.cpp b/src/corelib/io/qstandardpaths_win.cpp
+index 5e56db3..4d46430 100644
+--- a/src/corelib/io/qstandardpaths_win.cpp
++++ b/src/corelib/io/qstandardpaths_win.cpp
+@@ -214,6 +214,16 @@ QStringList QStandardPaths::standardLocations(StandardLocation type)
+                     dirs.append(QCoreApplication::applicationDirPath());
+                     dirs.append(QCoreApplication::applicationDirPath() + QLatin1String("/data"));
+                 }
++                dirs.append(QCoreApplication::applicationDirPath() + QLatin1String("/../share"));
++                if (type != GenericDataLocation && type != GenericConfigLocation) {
++                    QString appData = QCoreApplication::applicationDirPath() + QLatin1String("/../share");
++                    if (!QCoreApplication::organizationName().isEmpty())
++                        appData += QLatin1Char('/') + QCoreApplication::organizationName();
++                    if (!QCoreApplication::applicationName().isEmpty())
++                        appData += QLatin1Char('/') + QCoreApplication::applicationName();
++					dirs.append(appData);
++				}
++                dirs.append(QCoreApplication::applicationDirPath() + QLatin1String("/../etc/xdg"));
+ #endif
+             }
+             break;
+diff --git a/src/gui/image/qiconloader.cpp b/src/gui/image/qiconloader.cpp
+index 06491f1..ef9436f 100644
+--- a/src/gui/image/qiconloader.cpp
++++ b/src/gui/image/qiconloader.cpp
+@@ -157,6 +157,7 @@ QStringList QIconLoader::themeSearchPaths() const
+ {
+     if (m_iconDirs.isEmpty()) {
+         m_iconDirs = systemIconSearchPaths();
++        m_iconDirs.append(QCoreApplication::applicationDirPath() + QLatin1String("/../share/icons"));
+         // Always add resource directory as search path
+         m_iconDirs.append(QLatin1String(":/icons"));
+     }
+diff --git a/src/plugins/platforms/windows/qwindowstheme.cpp b/src/plugins/platforms/windows/qwindowstheme.cpp
+index 66735d8..5731560 100644
+--- a/src/plugins/platforms/windows/qwindowstheme.cpp
++++ b/src/plugins/platforms/windows/qwindowstheme.cpp
+@@ -321,6 +321,8 @@ static inline QStringList iconThemeSearchPaths()
+ static inline QStringList styleNames()
+ {
+     QStringList result;
++    result.append(QStringLiteral("breeze"));
++    result.append(QStringLiteral("oxygen"));
+     if (QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA)
+         result.append(QStringLiteral("WindowsVista"));
+     if (QSysInfo::WindowsVersion >= QSysInfo::WV_XP)
+@@ -382,6 +384,10 @@ QVariant QWindowsTheme::themeHint(ThemeHint hint) const
+         return QVariant(booleanSystemParametersInfo(SPI_GETSNAPTODEFBUTTON, false));
+     case ContextMenuOnMouseRelease:
+         return QVariant(true);
++    case QPlatformTheme::SystemIconThemeName:
++         return QVariant(QLatin1String("breeze"));
++    case QPlatformTheme::SystemIconFallbackThemeName:
++        return QVariant(QLatin1String("oxygen"));
+     default:
+         break;
+     }

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                               |    1 +
 README                                    |    9 +
 configure.ac                              |    4 +-
 packages/packages.current                 |   24 +-
 patches/qtbase-5.5.1/relative-paths.patch |   64 ++
 src/Makefile.am                           |    3 +-
 src/config.nsi.in                         |    5 +
 src/inst-kde-l10n.nsi                     | 1262 +++++++++++++++++++++++++++
 src/inst-kleopatra.nsi                    |   22 +
 src/inst-kxmlgui.nsi                      |  201 -----
 src/inst-sections.nsi                     |   10 +
 src/kde-l10n.sh                           |  300 +++++++
 src/uninst-gpgmepp.nsi                    |    2 +-
 src/uninst-kde-l10n.nsi                   | 1324 +++++++++++++++++++++++++++++
 src/uninst-kleopatra.nsi                  |   10 +
 src/uninst-kxmlgui.nsi                    |  303 -------
 16 files changed, 3030 insertions(+), 514 deletions(-)
 create mode 100755 patches/qtbase-5.5.1/relative-paths.patch
 create mode 100644 src/inst-kde-l10n.nsi
 create mode 100755 src/kde-l10n.sh
 create mode 100644 src/uninst-kde-l10n.nsi


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list