Translations added to resources

This commit is contained in:
Gres 2014-04-03 20:46:15 +04:00
parent 37d8d3afcd
commit 917cabb068
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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