diff options
author | Slávek Banko <[email protected]> | 2021-03-16 00:02:31 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-05 19:55:36 +0200 |
commit | 9b215fd2af36fbe86fc507d0cb3bba415c88fb58 (patch) | |
tree | d0821b31ca17ad69c5d6c568e7fe2f7e03788e42 /quanta/components/debugger/dbgp/CMakeLists.txt | |
parent | f4edc50e4756b2289254ee308223faed9be6a2c7 (diff) | |
download | tdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.tar.gz tdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'quanta/components/debugger/dbgp/CMakeLists.txt')
-rw-r--r-- | quanta/components/debugger/dbgp/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quanta/components/debugger/dbgp/CMakeLists.txt b/quanta/components/debugger/dbgp/CMakeLists.txt index e56d828b..2d4550eb 100644 --- a/quanta/components/debugger/dbgp/CMakeLists.txt +++ b/quanta/components/debugger/dbgp/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES quantadebuggerdbgp.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE quantadebuggerdbgp.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR quanta-desktops +) ##### quantadebuggerdbgp (module) ############### |