diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-22 02:49:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-22 02:49:40 +0200 |
commit | 296306a273438f476ab2266d1c03616de1fd5ef7 (patch) | |
tree | 7788ff1608858031d0b9816452591f2c62f42bc0 /charselectapplet/CMakeLists.txt | |
parent | 5422ccd94be4a116b9334fb3b350c3a07ff7505e (diff) | |
download | tdeutils-296306a273438f476ab2266d1c03616de1fd5ef7.tar.gz tdeutils-296306a273438f476ab2266d1c03616de1fd5ef7.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 <slavek.banko@axis.cz>
Diffstat (limited to 'charselectapplet/CMakeLists.txt')
-rw-r--r-- | charselectapplet/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charselectapplet/CMakeLists.txt b/charselectapplet/CMakeLists.txt index 679dac4..6d57c0b 100644 --- a/charselectapplet/CMakeLists.txt +++ b/charselectapplet/CMakeLists.txt @@ -33,7 +33,7 @@ tde_add_kpart( kcharselect_panelapplet AUTOMOC ##### other data ################################ -install( FILES kcharselectapplet.desktop +tde_create_translated_desktop( + SOURCE kcharselectapplet.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets ) - |