summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:49:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:49:31 +0200
commit193377c524f58f2ae93489afb23b74c418e26fad (patch)
tree2a3a94d7f48a20932d9a3157acfa0c4211819860 /src/CMakeLists.txt
parente65f4accce0f660916a1e3ab937692378ec0049b (diff)
downloadknmap-193377c524f58f2ae93489afb23b74c418e26fad.tar.gz
knmap-193377c524f58f2ae93489afb23b74c418e26fad.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 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bf1ca8a..c9681f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -62,7 +62,4 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)
-install(
- FILES ${PROJECT_NAME}.desktop
- DESTINATION ${APPS_INSTALL_DIR}/Internet
-)
+tde_create_translated_desktop( ${PROJECT_NAME}.desktop )