blob: 15d835dce65e8d79efafe289e7a7214f2cc956c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file alias="watchface.png">content/watchface.png</file>
<file alias="chrono_1_hand.png">content/chrono_1_hand.png</file>
<file alias="chrono_2_hand.png">content/chrono_2_hand.png</file>
<file alias="chrono_3_needle.png">content/chrono_3_needle.png</file>
<file alias="hour_hand.png">content/hour_hand.png</file>
<file alias="minute_hand.png">content/minute_hand.png</file>
<file alias="second_hand.png">content/second_hand.png</file>
<file alias="center.png">content/center.png</file>
<file alias="chrono_1_center.png">content/chrono_1_center.png</file>
<file alias="chrono_2_center.png">content/chrono_2_center.png</file>
<file alias="chrono_3_center.png">content/chrono_3_center.png</file>
<file>QChronometer/AdjustmentWheel.qml</file>
<file>QChronometer/InsetDial.qml</file>
<file>QChronometer/WatchButton.qml</file>
</qresource>
</RCC>
|