mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00

Pass the 256x256 icon to Qt to use as the window icon instead of the 32x32 version. Fixes #1113
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
<!DOCTYPE RCC>
|
|
<RCC version="1.0">
|
|
<qresource>
|
|
<file alias="melon-icon">icon/melon_256x256.png</file>
|
|
</qresource>
|
|
</RCC>
|