summaryrefslogtreecommitdiffstats
path: root/kview/config
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-21 15:37:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-22 17:20:14 +0100
commit5f777126eada93dc139ea0f0e8c9169d541edbbb (patch)
tree3c057e3414f16da26b1173297535f15caad99863 /kview/config
parent3f46df366420d8737784917019f249e0e549c290 (diff)
downloadtdegraphics-5f777126eada93dc139ea0f0e8c9169d541edbbb.tar.gz
tdegraphics-5f777126eada93dc139ea0f0e8c9169d541edbbb.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d0243fcc86b29344b11fd2b832c3d38c3063263a)
Diffstat (limited to 'kview/config')
-rw-r--r--kview/config/CMakeL10n.txt8
-rw-r--r--kview/config/plugins/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/kview/config/CMakeL10n.txt b/kview/config/CMakeL10n.txt
new file mode 100644
index 00000000..624cd74d
--- /dev/null
+++ b/kview/config/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kcm_kviewgeneralconfig"
+ EXCLUDES "/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/kview/config/plugins/CMakeL10n.txt b/kview/config/plugins/CMakeL10n.txt
new file mode 100644
index 00000000..9d4220c3
--- /dev/null
+++ b/kview/config/plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcm_kviewpluginsconfig" )