-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
21 lines (21 loc) · 829 Bytes
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>resources/fonts/Font Awesome 5 Free-Regular-400.otf</file>
<file>resources/fonts/Font Awesome 5 Free-Solid-900.otf</file>
<file>resources/fonts/Nunito-Bold.ttf</file>
<file>resources/fonts/Nunito-Light.ttf</file>
<file>resources/fonts/Nunito-Regular.ttf</file>
<file>FontSystem.qml</file>
<file>CircleIcon.qml</file>
<file>IPInfoPage.qml</file>
<file>SearchIPAddressPage.qml</file>
<file>HomePage.qml</file>
<file>PrefsButton.qml</file>
<file>PrefsTextField.qml</file>
<file>resources/back-square.svg</file>
<file>resources/india.svg</file>
<file>resources/logo.png</file>
<file>resources/appIcon.png</file>
</qresource>
</RCC>