mirror of https://github.com/procxx/kepka.git
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:
parent
c0c7b39375
commit
bff74452b7
|
@ -4,6 +4,5 @@
|
||||||
<file>art/emoji_125x.webp</file>
|
<file>art/emoji_125x.webp</file>
|
||||||
<file>art/emoji_150x.webp</file>
|
<file>art/emoji_150x.webp</file>
|
||||||
<file>art/emoji_200x.webp</file>
|
<file>art/emoji_200x.webp</file>
|
||||||
<file>art/emoji_250x.webp</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<RCC>
|
||||||
|
<qresource prefix="/gui">
|
||||||
|
<file>art/emoji_250x.webp</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
|
@ -21,7 +21,8 @@
|
||||||
'variables': {
|
'variables': {
|
||||||
'qrc_files': [
|
'qrc_files': [
|
||||||
'<(res_loc)/telegram.qrc',
|
'<(res_loc)/telegram.qrc',
|
||||||
'<(res_loc)/telegram_emojis.qrc',
|
'<(res_loc)/telegram_emoji.qrc',
|
||||||
|
'<(res_loc)/telegram_emoji_large.qrc',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
|
Loading…
Reference in New Issue