justcheckers/qml.qrc

22 lines
709 B
Plaintext
Raw Permalink 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>
2018-02-22 08:03:26 -05:00
<file>assets/ping.wav</file>
2018-08-15 17:06:32 -04:00
<file>qtquickcontrols2.conf</file>
</qresource>
</RCC>