diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-09-03 00:42:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-09-03 06:56:51 +0200 |
commit | ec29e27cba595e7eb92f8251989f2257462d8253 (patch) | |
tree | d0d0dcc826f710aa017f62b567c9669c67b243b0 /kcm_gtk/CMakeLists.txt | |
parent | 910299357b9d78a09f7abd0c7e50fee45400f4c9 (diff) | |
download | gtk-qt-engine-ec29e27c.tar.gz gtk-qt-engine-ec29e27c.zip |
Move documentation into kcontrol/gtk.
Use common rules for build and install documentation.
Copy translations to a new directory layout.
Use gtk-qt-engine as the name of the translation catalog.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f87ecf91e7ec49bf2187261560154c8555f733f9)
Diffstat (limited to 'kcm_gtk/CMakeLists.txt')
-rw-r--r-- | kcm_gtk/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kcm_gtk/CMakeLists.txt b/kcm_gtk/CMakeLists.txt index 13ea36a..87a0b4e 100644 --- a/kcm_gtk/CMakeLists.txt +++ b/kcm_gtk/CMakeLists.txt @@ -22,8 +22,4 @@ include( TDEMacros ) DESTINATION ${PLUGIN_INSTALL_DIR} ) -INSTALL( - FILES kcmgtk.desktop - DESTINATION share/applications/ -) - +tde_create_translated_desktop( kcmgtk.desktop ) |