-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimage.qrc
24 lines (24 loc) · 1.17 KB
/
image.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
<RCC>
<qresource prefix="/image">
<file alias="plane_no">image/plane_no.png</file>
<file alias="car_0">image/car_0.png</file>
<file alias="car_1">image/car_1.png</file>
<file alias="prop_1">image/prop_1.png</file>
<file alias="prop_2">image/prop_2.png</file>
<file alias="prop_3">image/prop_3.png</file>
<file alias="prop_0">image/prop_0.png</file>
<file alias="heart">image/heart.png</file>
<file alias="lightning">image/lightning.png</file>
<file alias="location_green">image/location_green.png</file>
<file alias="location_not_found">image/location_not_found.png</file>
<file alias="location_red">image/location_red.png</file>
<file alias="map_black">image/map_black.png</file>
<file alias="map_white">image/map_white.png</file>
<file alias="plane">image/plane.png</file>
<file alias="star_s">image/star_s.png</file>
<file alias="verified">image/verfied.png</file>
<file alias="warning_0">image/warning_0.png</file>
<file alias="warning_1">image/warning_1.png</file>
<file alias="ufo">image/ufo.png</file>
</qresource>
</RCC>