From 408e494aae7b38b9a2426bf9d3d6d14a58ace9f3 Mon Sep 17 00:00:00 2001 From: Leonardo Laureti <204957+leolweb@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:49:35 +0200 Subject: [PATCH] translations in build --- src/e2-sat-editor.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/e2-sat-editor.pro b/src/e2-sat-editor.pro index 6f30bdfc..b0e726e4 100644 --- a/src/e2-sat-editor.pro +++ b/src/e2-sat-editor.pro @@ -54,8 +54,8 @@ unix:!mac { icon_64.path = $$PREFIX/share/icons/hicolor/64x64/apps icon_64.files += ../dist/linux/icons/64x64/e2-sat-editor.png translations.path = $$PREFIX/share/e2-sat-editor/translations - translations.files = ../res/locale/*.qm + translations.files += ../res/locale/*.qm - INSTALLS += target desktop icon icon_128 icon_64 + INSTALLS += target desktop icon icon_128 icon_64 translations }