-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.qrc
27 lines (27 loc) · 1.32 KB
/
resources.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<RCC>
<qresource prefix="/icons">
<file alias="red-piece-small.png">resources/red piece small.png</file>
<file alias="back.png">resources/back.png</file>
<file alias="undo.png">resources/undo.png</file>
<file alias="yellow-piece-small.png">resources/yellow piece small.png</file>
<file alias="icon.png">resources/icon.png</file>
<file alias="redo.png">resources/redo.png</file>
</qresource>
<qresource prefix="/sprites">
<file alias="board-foreground.png">resources/board-foreground.png</file>
<file alias="red-piece.png">resources/red piece.png</file>
<file alias="draw.png">resources/draw.png</file>
<file alias="winner.png">resources/winner.png</file>
<file alias="yellow-piece.png">resources/yellow piece.png</file>
</qresource>
<qresource prefix="/style">
<file alias="style.css">resources/style.css</file>
<file alias="down.png">resources/down.png</file>
<file alias="qt.png">resources/qt.png</file>
</qresource>
<qresource prefix="/data">
<file alias="draw-pos.db">resources/positions-database/draw-pos.db</file>
<file alias="loss-pos.db">resources/positions-database/loss-pos.db</file>
<file alias="win-pos.db">resources/positions-database/win-pos.db</file>
</qresource>
</RCC>