diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-29 18:17:12 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-29 18:17:14 +0100 |
commit | 2fecb1619e74ee7badafd44db4775c6a9721af93 (patch) | |
tree | 8f3e530ea484cae035e8e0b2f6c7c3b736a56a24 /kmousetool | |
parent | 5f1cd4174ea25f89f1e3342705b12d9ca382093a (diff) | |
download | tdeaccessibility-2fecb1619e74ee7badafd44db4775c6a9721af93.tar.gz tdeaccessibility-2fecb1619e74ee7badafd44db4775c6a9721af93.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmousetool')
-rw-r--r-- | kmousetool/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmousetool/kmousetool/CMakeL10n.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/kmousetool/CMakeL10n.txt b/kmousetool/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kmousetool/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kmousetool/kmousetool/CMakeL10n.txt b/kmousetool/kmousetool/CMakeL10n.txt new file mode 100644 index 0000000..f6aa453 --- /dev/null +++ b/kmousetool/kmousetool/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmousetool" ) |