Translations added to resources
This commit is contained in:
parent
37d8d3afcd
commit
917cabb068
@ -1,5 +1,7 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/images">
|
<qresource prefix="/">
|
||||||
<file alias="icon.png">images/icon.png</file>
|
<file>translations/translation_en.qm</file>
|
||||||
|
<file>translations/translation_ru.qm</file>
|
||||||
|
<file>images/icon.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -47,7 +47,8 @@ RESOURCES += \
|
|||||||
Recources.qrc
|
Recources.qrc
|
||||||
|
|
||||||
TRANSLATIONS += \
|
TRANSLATIONS += \
|
||||||
translations/translation_en.ts
|
translations/translation_en.ts \
|
||||||
|
translations/translation_ru.ts
|
||||||
|
|
||||||
win32{
|
win32{
|
||||||
RC_FILE = app.rc
|
RC_FILE = app.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user