qfedu-basic-level/day12/rock-paper-scissors/res.qrc

8 lines
237 B
Plaintext
Raw Permalink Normal View History

2023-06-28 22:57:03 +08:00
<RCC>
<qresource prefix="/imgs">
<file alias="paper">resources/paper.png</file>
<file alias="rock">resources/rock.png</file>
<file alias="scissors">resources/scissors.png</file>
</qresource>
</RCC>