summaryrefslogtreecommitdiffstats
path: root/src/konqplugin/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-01-30 17:07:06 +0100
committerSlávek Banko <[email protected]>2022-01-30 17:10:59 +0100
commitf7ce4cdb608b1bbec0180fe3ae059e2cc999b705 (patch)
tree075d3afeb6dd6db4dc31d46dea2c81d8dcc4ccff /src/konqplugin/CMakeLists.txt
parent6b34028d26ec2252858049170a934bfaace88925 (diff)
downloadtork-f7ce4cdb608b1bbec0180fe3ae059e2cc999b705.tar.gz
tork-f7ce4cdb608b1bbec0180fe3ae059e2cc999b705.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/konqplugin/CMakeLists.txt')
-rw-r--r--src/konqplugin/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/konqplugin/CMakeLists.txt b/src/konqplugin/CMakeLists.txt
index 7560f53..9bcf1ea 100644
--- a/src/konqplugin/CMakeLists.txt
+++ b/src/konqplugin/CMakeLists.txt
@@ -38,4 +38,7 @@ install(
)
-tde_create_translated_desktop( tork_plug_in.desktop )
+tde_create_translated_desktop(
+ SOURCE tork_plug_in.desktop
+ PO_DIR "tork-desktops"
+)