-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqml.qrc
31 lines (31 loc) · 1.2 KB
/
qml.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
28
29
30
31
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/Options.qml</file>
<file>qml/GameBoard.qml</file>
<file>qml/Cell.qml</file>
<file>sound/remove_row.wav</file>
<file>sound/moving.wav</file>
<file>sound/game_over.wav</file>
<file>qml/SwipeArea.qml</file>
<file>sound/start.wav</file>
<file>qml/Bomb.qml</file>
<file>qml/PauseOverlay.qml</file>
<file>sound/bomb_fire.wav</file>
<file>qml/NewLevelOverlay.qml</file>
<file>qml/GameBoardFooter.qml</file>
<file>qml/GameBoardHeader.qml</file>
<file>qml/Score.qml</file>
<file>sound/newlevel.wav</file>
<file>qml/scoring/ScorePage.qml</file>
<file>qml/scoring/ScoreItemDelegate.qml</file>
<file>qml/scoring/LocalScores.qml</file>
<file>qml/scoring/OnlineScores.qml</file>
<file>qml/components/NavigationBar.qml</file>
<file>qml/components/MenuButton.qml</file>
<file>qml/scoring/HighScoresOverlay.qml</file>
<file>qml/About.qml</file>
<file>qml/components/MToolButton.qml</file>
<file>qml/components/CustomSwitch.qml</file>
</qresource>
</RCC>