summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-05-13 20:23:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-05-13 20:27:22 +0200
commit04a942da27a858425a9b1ce9971733b188509a88 (patch)
tree06c680019130bc640874c0ab97ad0ff25cfb94a1
parentcc90a7a06b69e5a4adb4f511bc93fe000cb4a011 (diff)
downloadgwenview-04a942da.tar.gz
gwenview-04a942da.zip
Added the target folder for desktop files translation template
so that it is not inadvertently generated into a gwenview-i18n module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/CMakeL10n.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index b8ec571..7d15729 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -5,4 +5,5 @@ tde_l10n_create_template( "gwenview" )
tde_l10n_create_template(
CATALOG "desktop_files/gwenview-desktops"
SOURCES *.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)