diff options
author | Slávek Banko <[email protected]> | 2020-03-26 18:05:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-26 18:05:04 +0100 |
commit | d0dd2bfdcf137f073c6bb832742bf3762446226a (patch) | |
tree | ead8134cd34816b57bb4ea326c2747ceb8b89c3a /CMakeLists.txt | |
parent | 9085d2c96d91f5ba23f3fa32c78a5720334b873c (diff) | |
download | tdedocker-d0dd2bfdcf137f073c6bb832742bf3762446226a.tar.gz tdedocker-d0dd2bfdcf137f073c6bb832742bf3762446226a.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]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05ff24f..f1b30ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,4 +78,4 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### other data ################################ -INSTALL(FILES tdedocker.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +tde_create_translated_desktop( tdedocker.desktop ) |