diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-21 15:37:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-22 17:20:14 +0100 |
commit | 5f777126eada93dc139ea0f0e8c9169d541edbbb (patch) | |
tree | 3c057e3414f16da26b1173297535f15caad99863 /tdefile-plugins | |
parent | 3f46df366420d8737784917019f249e0e549c290 (diff) | |
download | tdegraphics-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 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/bmp/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/dds/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/dvi/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/exr/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/gif/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/ico/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/jpeg/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/pcx/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/pdf/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/png/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/pnm/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/ps/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/raw/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/rgb/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/tga/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/tiff/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/xbm/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdefile-plugins/xpm/CMakeL10n.txt | 3 |
19 files changed, 57 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/bmp/CMakeL10n.txt b/tdefile-plugins/bmp/CMakeL10n.txt new file mode 100644 index 00000000..d0a8be7d --- /dev/null +++ b/tdefile-plugins/bmp/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_bmp" ) diff --git a/tdefile-plugins/dds/CMakeL10n.txt b/tdefile-plugins/dds/CMakeL10n.txt new file mode 100644 index 00000000..6e390422 --- /dev/null +++ b/tdefile-plugins/dds/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_dds" ) diff --git a/tdefile-plugins/dvi/CMakeL10n.txt b/tdefile-plugins/dvi/CMakeL10n.txt new file mode 100644 index 00000000..736912c3 --- /dev/null +++ b/tdefile-plugins/dvi/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_dvi" ) diff --git a/tdefile-plugins/exr/CMakeL10n.txt b/tdefile-plugins/exr/CMakeL10n.txt new file mode 100644 index 00000000..af721638 --- /dev/null +++ b/tdefile-plugins/exr/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_exr" ) diff --git a/tdefile-plugins/gif/CMakeL10n.txt b/tdefile-plugins/gif/CMakeL10n.txt new file mode 100644 index 00000000..84b36ae4 --- /dev/null +++ b/tdefile-plugins/gif/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_gif" ) diff --git a/tdefile-plugins/ico/CMakeL10n.txt b/tdefile-plugins/ico/CMakeL10n.txt new file mode 100644 index 00000000..420f5789 --- /dev/null +++ b/tdefile-plugins/ico/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ico" ) diff --git a/tdefile-plugins/jpeg/CMakeL10n.txt b/tdefile-plugins/jpeg/CMakeL10n.txt new file mode 100644 index 00000000..5b907a01 --- /dev/null +++ b/tdefile-plugins/jpeg/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_jpeg" ) diff --git a/tdefile-plugins/pcx/CMakeL10n.txt b/tdefile-plugins/pcx/CMakeL10n.txt new file mode 100644 index 00000000..c34314bc --- /dev/null +++ b/tdefile-plugins/pcx/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pcx" ) diff --git a/tdefile-plugins/pdf/CMakeL10n.txt b/tdefile-plugins/pdf/CMakeL10n.txt new file mode 100644 index 00000000..aee84b5d --- /dev/null +++ b/tdefile-plugins/pdf/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pdf" ) diff --git a/tdefile-plugins/png/CMakeL10n.txt b/tdefile-plugins/png/CMakeL10n.txt new file mode 100644 index 00000000..eaf3e318 --- /dev/null +++ b/tdefile-plugins/png/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_png" ) diff --git a/tdefile-plugins/pnm/CMakeL10n.txt b/tdefile-plugins/pnm/CMakeL10n.txt new file mode 100644 index 00000000..91b1e98d --- /dev/null +++ b/tdefile-plugins/pnm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pnm" ) diff --git a/tdefile-plugins/ps/CMakeL10n.txt b/tdefile-plugins/ps/CMakeL10n.txt new file mode 100644 index 00000000..cb6ec5e3 --- /dev/null +++ b/tdefile-plugins/ps/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ps" ) diff --git a/tdefile-plugins/raw/CMakeL10n.txt b/tdefile-plugins/raw/CMakeL10n.txt new file mode 100644 index 00000000..64043339 --- /dev/null +++ b/tdefile-plugins/raw/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_raw" ) diff --git a/tdefile-plugins/rgb/CMakeL10n.txt b/tdefile-plugins/rgb/CMakeL10n.txt new file mode 100644 index 00000000..bf7c3fa4 --- /dev/null +++ b/tdefile-plugins/rgb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_rgb" ) diff --git a/tdefile-plugins/tga/CMakeL10n.txt b/tdefile-plugins/tga/CMakeL10n.txt new file mode 100644 index 00000000..2df10aac --- /dev/null +++ b/tdefile-plugins/tga/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_tga" ) diff --git a/tdefile-plugins/tiff/CMakeL10n.txt b/tdefile-plugins/tiff/CMakeL10n.txt new file mode 100644 index 00000000..9a797ca3 --- /dev/null +++ b/tdefile-plugins/tiff/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_tiff" ) diff --git a/tdefile-plugins/xbm/CMakeL10n.txt b/tdefile-plugins/xbm/CMakeL10n.txt new file mode 100644 index 00000000..db92a3cf --- /dev/null +++ b/tdefile-plugins/xbm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_xbm" ) diff --git a/tdefile-plugins/xpm/CMakeL10n.txt b/tdefile-plugins/xpm/CMakeL10n.txt new file mode 100644 index 00000000..345442fc --- /dev/null +++ b/tdefile-plugins/xpm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_xpm" ) |