forked from nemomobile/qmlclock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
res.qrc
19 lines (19 loc) · 770 Bytes
/
res.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
<qresource prefix="/">
<file>qml/clocks.qml</file>
<file>qml/content/center.png</file>
<file>qml/content/background.png</file>
<file>qml/content/minute.png</file>
<file>qml/content/clock-night.png</file>
<file>qml/content/clock.png</file>
<file>qml/content/hour.png</file>
<file>qml/content/second.png</file>
<file>qml/content/DateDisplay.qml</file>
<file>qml/content/AlarmModel.qml</file>
<file>qml/content/AlarmTimePickerDialog.qml</file>
<file>qml/content/TumblerIndexHelper.js</file>
<file>qml/content/AlarmDialog.qml</file>
<file>qml/content/clockHelper.js</file>
<file>qml/content/AlarmViewRepeater.qml</file>
</qresource>
</RCC>