Divided emoji resource file in two.

Linux 32bit build cannot handle all the emoji sprites
being compiled in a single translation unit, so now
it is divided in two.
This commit is contained in:
John Preston 2017-02-17 15:15:24 +03:00
parent c0c7b39375
commit bff74452b7
3 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,5 @@
<file>art/emoji_125x.webp</file>
<file>art/emoji_150x.webp</file>
<file>art/emoji_200x.webp</file>
<file>art/emoji_250x.webp</file>
</qresource>
</RCC>

View File

@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/gui">
<file>art/emoji_250x.webp</file>
</qresource>
</RCC>

View File

@ -21,7 +21,8 @@
'variables': {
'qrc_files': [
'<(res_loc)/telegram.qrc',
'<(res_loc)/telegram_emojis.qrc',
'<(res_loc)/telegram_emoji.qrc',
'<(res_loc)/telegram_emoji_large.qrc',
],
},
'conditions': [