mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
05cf7fe70a
* implement themed icons * fix theme search paths
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
<RCC>
|
|
<qresource prefix="icons/default">
|
|
<file alias="index.theme">icons/index.theme</file>
|
|
|
|
<file alias="16x16/checked.png">icons/16x16/checked.png</file>
|
|
|
|
<file alias="16x16/failed.png">icons/16x16/failed.png</file>
|
|
|
|
<file alias="256x256/citra.png">icons/256x256/citra.png</file>
|
|
</qresource>
|
|
</RCC>
|