-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
29 lines (29 loc) · 1.38 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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>qml/forms/CurrentWeather.qml</file>
<file>qml/forms/ForecastHourly.qml</file>
<file>qml/forms/ForecastWeek.qml</file>
<file>qml/forms/SettingsForm.qml</file>
<file>qml/fonts/font-awesome/qmldir</file>
<file>qml/components/FaToolButton.qml</file>
<file>qml/fonts/font-awesome/FaFontFamilies.qml</file>
<file>qml/fonts/font-awesome/FaIcons.qml</file>
<file>qml/components/ModalDialog.qml</file>
<file>qml/fonts/weather-icons/WiFontFamily.qml</file>
<file>qml/fonts/weather-icons/qmldir</file>
<file>qml/components/WiLabel.qml</file>
<file>qml/dialogs/ConnectionDialog.qml</file>
<file>qml/components/PageLoader.qml</file>
<file>qml/components/ForecastComponent.qml</file>
<file>qml/components/WeatherOverviewComponent.qml</file>
<file>qml/components/WeatherDetailsComponent.qml</file>
<file>qml/components/WeatherDetailItem.qml</file>
<file>qml/components/FaLabel.qml</file>
<file>qml/fonts/weather-icons/WiIcons.qml</file>
<file>qml/components/MaterialGradientBackground.qml</file>
<file>qml/components/MaterialColorChoosingDialog.qml</file>
<file>qml/components/ControllableFlickable.qml</file>
</qresource>
</RCC>