From d760ea3f1392f4814ae9cb3af7191bc3001fb53b Mon Sep 17 00:00:00 2001 From: Gres Date: Thu, 26 Mar 2020 21:27:50 +0300 Subject: [PATCH] Remove translators from distribution bundle --- screen-translator.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/screen-translator.pro b/screen-translator.pro index 3fb1506..fc59e0e 100644 --- a/screen-translator.pro +++ b/screen-translator.pro @@ -105,8 +105,6 @@ TRANSLATIONS += \ translations.files = $$PWD/share/translations/screentranslator_ru.qm -translators.files = $$PWD/translators/*.js - linux { PREFIX = /usr @@ -124,8 +122,7 @@ win32 { RC_ICONS = $$PWD/share/images/icon.ico translations.path = /translations target.path = / - translators.path = /translators - INSTALLS += target translations translators + INSTALLS += target translations } mac { translations.path = Contents/Translations