summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-15 19:45:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-15 20:22:38 +0100
commit6d8ca11287084e472dc37748a0c3b5256b8e99ea (patch)
tree03d30d0f6e0dbbb53839b8f37acb9f07da2ba4bf /plugins
parente4794189af3d282935273ea5a11bdfe6defddf36 (diff)
downloadtdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.tar.gz
tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CMakeL10n.txt3
-rw-r--r--plugins/kmail/CMakeL10n.txt3
-rw-r--r--plugins/kmail/bodypartformatter/CMakeL10n.txt15
3 files changed, 21 insertions, 0 deletions
diff --git a/plugins/CMakeL10n.txt b/plugins/CMakeL10n.txt
new file mode 100644
index 000000000..b585ce4af
--- /dev/null
+++ b/plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/plugins/kmail/CMakeL10n.txt b/plugins/kmail/CMakeL10n.txt
new file mode 100644
index 000000000..b585ce4af
--- /dev/null
+++ b/plugins/kmail/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/plugins/kmail/bodypartformatter/CMakeL10n.txt b/plugins/kmail/bodypartformatter/CMakeL10n.txt
new file mode 100644
index 000000000..2be63c345
--- /dev/null
+++ b/plugins/kmail/bodypartformatter/CMakeL10n.txt
@@ -0,0 +1,15 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "kmail_text_calendar_plugin"
+ SOURCES
+ attendeeselector.cpp
+ delegateselector.cpp
+ text_calendar.cpp
+ ui_attendeeselector.ui
+)
+
+tde_l10n_create_template(
+ CATALOG "kmail_text_vcard_plugin"
+ SOURCES "text_vcard.cpp"
+)