justcheckers/qml.qrc

20 lines
629 B
Plaintext
Raw Normal View History

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Board.qml</file>
<file>Menu.qml</file>
<file>images/attack_king.png</file>
<file>images/attack_pawn.png</file>
<file>images/backdrop.jpg</file>
<file>images/defend_king.png</file>
<file>images/defend_pawn.png</file>
<file>images/icon.png</file>
<file>images/idea.png</file>
<file>images/logo.png</file>
<file>images/non_play.png</file>
<file>images/play.png</file>
<file>images/splash.jpg</file>
2018-02-16 19:51:45 -05:00
<file>MenuButton.qml</file>
</qresource>
</RCC>