forked from raspberrypi/rpi-imager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
32 lines (32 loc) · 1.31 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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>icons/rpi-imager.ico</file>
<file>icons/rpi2.png</file>
<file>fonts/Roboto-Bold.ttf</file>
<file>fonts/Roboto-Light.ttf</file>
<file>fonts/Roboto-Regular.ttf</file>
<file>icons/rpi2-hires.png</file>
<file>icons/ic_chevron_left_40px.svg</file>
<file>icons/ic_chevron_right_40px.svg</file>
<file>icons/ic_sd_storage_40px.svg</file>
<file>icons/ic_storage_40px.svg</file>
<file>icons/ic_usb_40px.svg</file>
<file>MsgPopup.qml</file>
<file>icons/use_custom.png</file>
<file>icons/erase.png</file>
<file>icons/cat_raspberry_pi_os.png</file>
<file>icons/cat_other_specific_purpose_operating_systems.png</file>
<file>icons/cat_other_general_purpose_operating_systems.png</file>
<file>icons/cat_misc_utility_images.png</file>
<file>icons/cat_media_players.png</file>
<file>icons/cat_emulation_and_games.png</file>
<file>OptionsPopup.qml</file>
<file>countries.txt</file>
<file>timezones.txt</file>
<file>UseSavedSettingsPopup.qml</file>
<file>icons/ic_info_16px.png</file>
<file>icons/ic_info_12px.png</file>
</qresource>
</RCC>