From 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 25 Dec 2018 19:59:04 +0100 Subject: Add CMakeL10n rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- khexedit/CMakeL10n.txt | 5 +++++ khexedit/parts/CMakeL10n.txt | 3 +++ khexedit/parts/kpart/CMakeL10n.txt | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 khexedit/CMakeL10n.txt create mode 100644 khexedit/parts/CMakeL10n.txt create mode 100644 khexedit/parts/kpart/CMakeL10n.txt (limited to 'khexedit') 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" ) -- cgit v1.2.3