-
Notifications
You must be signed in to change notification settings - Fork 1
/
qml.qrc
42 lines (42 loc) · 1.59 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
32
33
34
35
36
37
38
39
40
41
42
<RCC>
<qresource prefix="/">
<file>qtquickcontrols2.conf</file>
<file>qml/main.qml</file>
<file>qml/MainPage.qml</file>
<file>qml/MeditationListPage.qml</file>
<file>qml/MeditationPage.qml</file>
<file>qml/CommonHeader.qml</file>
<file>qml/CommonListItem.qml</file>
<file>qml/InstructionPage.qml</file>
<file>qml/AboutPage.qml</file>
<file>qml/SignUpPage.qml</file>
<file>qml/OptionsKeeper.qml</file>
<file>qml/RoundedIcon.qml</file>
<file>qml/MeditationModel.qml</file>
<file>qml/DownloadPage.qml</file>
<file>qml/TransferManager.qml</file>
<file>qml/UpdatesMarker.qml</file>
<file>qml/InfoDialog.qml</file>
<file>qml/databasemodule.js</file>
<file>qml/jsmodule.js</file>
<file>img/my0.png</file>
<file>img/my1.png</file>
<file>img/my2.png</file>
<file>img/my3.png</file>
<file>img/x8PhM.png</file>
<file>img/play-round-button.png</file>
<file>img/stop-round-button.png</file>
<file>img/settings-wheel.png</file>
<file>img/origami-paper-plane.png</file>
<file>img/complete.png</file>
<file>img/elegant-watch.png</file>
<file>img/pause-round-button.png</file>
<file>img/dotted-list.png</file>
<file>img/three-dots-in-speech-bubble-.png</file>
<file>img/increase-font-size.png</file>
<file>img/photo.png</file>
<file>qml/DarkModeShader.qml</file>
<file>img/day.png</file>
<file>img/night.png</file>
</qresource>
</RCC>