summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-25 19:59:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-26 12:21:51 +0100
commit53d7a67610a8dc0397c1367e4e3fc1db664062bb (patch)
tree2a0fe9b5a37b858ebaf65aec97a09b110248bcce /khexedit
parent938c5012fb59ef82218ae2f67283d8d94e0a92fb (diff)
downloadtdeutils-53d7a67610a8dc0397c1367e4e3fc1db664062bb.tar.gz
tdeutils-53d7a67610a8dc0397c1367e4e3fc1db664062bb.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba)
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/CMakeL10n.txt5
-rw-r--r--khexedit/parts/CMakeL10n.txt3
-rw-r--r--khexedit/parts/kpart/CMakeL10n.txt3
3 files changed, 11 insertions, 0 deletions
diff --git a/khexedit/CMakeL10n.txt b/khexedit/CMakeL10n.txt
new file mode 100644
index 0000000..d7b16bd
--- /dev/null
+++ b/khexedit/CMakeL10n.txt
@@ -0,0 +1,5 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "khexedit" )
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/khexedit/parts/CMakeL10n.txt b/khexedit/parts/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/khexedit/parts/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/khexedit/parts/kpart/CMakeL10n.txt b/khexedit/parts/kpart/CMakeL10n.txt
new file mode 100644
index 0000000..e7443c0
--- /dev/null
+++ b/khexedit/parts/kpart/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "khexedit2part" )