summaryrefslogtreecommitdiffstats
path: root/app/mapviewer.qrc
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-10 20:17:52 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-11-21 23:11:00 -0800
commit420321d7da0abecc4d49c4c0cb8bcd3b22269e1a (patch)
tree03cafb80c6a40631981ad4dfb34b01b539d9fcb0 /app/mapviewer.qrc
parenta38332a2e10fb1f02e6c0864367c18a9c634ff6f (diff)
nagivation: initial import of Qt MapViewer demo
This source code is from the qtlocation repos examples Some modifications are: * Building for .wgt package along with geoclue + gps permissions * Change QML StackView push() methods to QtQuick Control 2 syntax * Remove menubar and replace with Button elements on main page Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/mapviewer.qrc')
-rw-r--r--app/mapviewer.qrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/app/mapviewer.qrc b/app/mapviewer.qrc
new file mode 100644
index 0000000..a85289e
--- /dev/null
+++ b/app/mapviewer.qrc
@@ -0,0 +1,36 @@
+<RCC>
+ <qresource prefix="/">
+ <file>mapviewer.qml</file>
+ <file>map/MapComponent.qml</file>
+ <file>map/Marker.qml</file>
+ <file>map/PolylineItem.qml</file>
+ <file>map/RectangleItem.qml</file>
+ <file>map/CircleItem.qml</file>
+ <file>map/PolygonItem.qml</file>
+ <file>map/ImageItem.qml</file>
+ <file>forms/Message.qml</file>
+ <file>forms/MessageForm.ui.qml</file>
+ <file>forms/Geocode.qml</file>
+ <file>forms/GeocodeForm.ui.qml</file>
+ <file>forms/ReverseGeocode.qml</file>
+ <file>forms/ReverseGeocodeForm.ui.qml</file>
+ <file>forms/RouteCoordinate.qml</file>
+ <file>forms/RouteCoordinateForm.ui.qml</file>
+ <file>forms/RouteAddress.qml</file>
+ <file>forms/RouteAddressForm.ui.qml</file>
+ <file>forms/Locale.qml</file>
+ <file>forms/LocaleForm.ui.qml</file>
+ <file>forms/RouteList.qml</file>
+ <file>forms/RouteListDelegate.qml</file>
+ <file>forms/RouteListHeader.qml</file>
+ <file>menus/MainMenu.qml</file>
+ <file>menus/MapPopupMenu.qml</file>
+ <file>menus/MarkerPopupMenu.qml</file>
+ <file>menus/ItemPopupMenu.qml</file>
+ <file>helper.js</file>
+ <file>resources/scale_end.png</file>
+ <file>resources/scale.png</file>
+ <file>resources/marker.png</file>
+ <file>resources/icon.png</file>
+ </qresource>
+</RCC>