diff options
author | Slávek Banko <[email protected]> | 2020-05-03 18:24:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-03 18:24:26 +0200 |
commit | 97f3c14f273819f2c46541e055e294f0c703fbac (patch) | |
tree | d2f68296d1c8c9ffd16dd3b493ee0e36e2f879cb /translations/CMakeLists.txt | |
parent | f8078fec715b0e5c7cf6960d2d2d576b6337936f (diff) | |
download | potracegui-97f3c14f273819f2c46541e055e294f0c703fbac.tar.gz potracegui-97f3c14f273819f2c46541e055e294f0c703fbac.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 34bda30cd92780ed0146c9ba639327b65e66d7ca)
Diffstat (limited to 'translations/CMakeLists.txt')
-rw-r--r-- | translations/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..42b186a --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories() |