-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
29 lines (29 loc) · 1.26 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>images/openstreetmap.png</file>
<file>images/zoomstack-light.png</file>
<file>images/zoomstack-outdoor.png</file>
<file>images/zoomstack-road.png</file>
<file>map-styles/zoomstack-light.json</file>
<file>map-styles/zoomstack-outdoor.json</file>
<file>map-styles/zoomstack-road.json</file>
<file>map-styles/zoomstack.json</file>
<file>javascript/mapFunctions.js</file>
<file>javascript/storageFunctions.js</file>
<file>qml/components/GPXDragMarker.qml</file>
<file>qml/components/GPXLine.qml</file>
<file>qml/components/GPXWaypoint.qml</file>
<file>qml/components/GPXWayPointModel.qml</file>
<file>qml/map/MapChooserWindow.qml</file>
<file>qml/map/MapView.qml</file>
<file>qml/map/MapViewProfileWindow.qml</file>
<file>qml/ui/FileManager.qml</file>
<file>qml/ui/mainAppWindow.qml</file>
<file>qml/ui/MainAppWindowFooterBar.qml</file>
<file>qml/ui/MainAppWindowMenuBar.qml</file>
<file>qml/ui/MainAppWindowSideBar.qml</file>
<file>qml/ui/MainAppWindowToolBar.qml</file>
<file>qml/imports.qml</file>
</qresource>
<qresource prefix="/images"/>
</RCC>