From 633b9c65616adb2ad13578daf061dd19d6cad4ab Mon Sep 17 00:00:00 2001 From: Gres Date: Sun, 12 Apr 2020 14:42:26 +0300 Subject: [PATCH] Remove outdates translations deployment --- screen-translator.pro | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/screen-translator.pro b/screen-translator.pro index cee762b..9ae01b5 100644 --- a/screen-translator.pro +++ b/screen-translator.pro @@ -114,8 +114,6 @@ OTHER_FILES += \ TRANSLATIONS += \ share/translations/screentranslator_ru.ts -translations.files = $$PWD/share/translations/screentranslator_ru.qm - linux { PREFIX = /usr @@ -125,18 +123,14 @@ linux { shortcuts.path = $$PREFIX/share/applications/ pixmaps.files += $$PWD/share/images/screentranslator.png pixmaps.path = $$PREFIX/share/icons/hicolor/128x128/apps/ - translations.path = $$PREFIX/translations - INSTALLS += target shortcuts pixmaps translations + INSTALLS += target shortcuts pixmaps } win32 { RC_ICONS = $$PWD/share/images/icon.ico - translations.path = /translations target.path = / - INSTALLS += target translations + INSTALLS += target } mac { - translations.path = Contents/Translations - QMAKE_BUNDLE_DATA += translations ICON = $$PWD/share/images/icon.icns }