Remove outdates translations deployment
This commit is contained in:
parent
dce3c798a2
commit
633b9c6561
@ -114,8 +114,6 @@ OTHER_FILES += \
|
|||||||
TRANSLATIONS += \
|
TRANSLATIONS += \
|
||||||
share/translations/screentranslator_ru.ts
|
share/translations/screentranslator_ru.ts
|
||||||
|
|
||||||
translations.files = $$PWD/share/translations/screentranslator_ru.qm
|
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
PREFIX = /usr
|
PREFIX = /usr
|
||||||
|
|
||||||
@ -125,18 +123,14 @@ linux {
|
|||||||
shortcuts.path = $$PREFIX/share/applications/
|
shortcuts.path = $$PREFIX/share/applications/
|
||||||
pixmaps.files += $$PWD/share/images/screentranslator.png
|
pixmaps.files += $$PWD/share/images/screentranslator.png
|
||||||
pixmaps.path = $$PREFIX/share/icons/hicolor/128x128/apps/
|
pixmaps.path = $$PREFIX/share/icons/hicolor/128x128/apps/
|
||||||
translations.path = $$PREFIX/translations
|
|
||||||
|
|
||||||
INSTALLS += target shortcuts pixmaps translations
|
INSTALLS += target shortcuts pixmaps
|
||||||
}
|
}
|
||||||
win32 {
|
win32 {
|
||||||
RC_ICONS = $$PWD/share/images/icon.ico
|
RC_ICONS = $$PWD/share/images/icon.ico
|
||||||
translations.path = /translations
|
|
||||||
target.path = /
|
target.path = /
|
||||||
INSTALLS += target translations
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
translations.path = Contents/Translations
|
|
||||||
QMAKE_BUNDLE_DATA += translations
|
|
||||||
ICON = $$PWD/share/images/icon.icns
|
ICON = $$PWD/share/images/icon.icns
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user