-
Notifications
You must be signed in to change notification settings - Fork 11
/
qml.qrc
28 lines (28 loc) · 878 Bytes
/
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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Mode.qml</file>
<file>Home.qml</file>
<file>Theme.qml</file>
<file>ModeLoader.qml</file>
</qresource>
<qresource prefix="/components">
<file>components/OrganImage.qml</file>
<file>components/ModeSelector.qml</file>
<file>components/qmldir</file>
<file>components/ButtonStyle.qml</file>
<file>components/Note.qml</file>
<file>components/bubble.png</file>
</qresource>
<qresource prefix="/images">
<file>circulatory.png</file>
<file>digestive.png</file>
<file>respiratory.png</file>
<file>explore.png</file>
<file>quiz.png</file>
<file>build.png</file>
<file>back.png</file>
<file>home.png</file>
<file>quit.png</file>
</qresource>
</RCC>