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