summaryrefslogtreecommitdiffstats
path: root/app/qml/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/qml/Main.qml')
-rw-r--r--app/qml/Main.qml28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/qml/Main.qml b/app/qml/Main.qml
deleted file mode 100644
index a2861e5..0000000
--- a/app/qml/Main.qml
+++ /dev/null
@@ -1,28 +0,0 @@
-import QtGraphicalEffects 1.0
-import QtLocation 5.9
-import QtPositioning 5.0
-import QtQuick 2.0
-import QtQuick.Controls 2.2
-import QtQuick.Layouts 1.0
-
-import com.mapbox.cheap_ruler 1.0
-import "qrc:/qml"
-
-ApplicationWindow {
- id: window
-
- title: "QT MapboxGL Turn By Turn Navigation Demo"
- height: 768
- width: 1024
- visible: true
-
- Item {
- anchors.centerIn: parent
- width: parent.width
- height: parent.height
-
- MapWindow {
- anchors.fill: parent
- }
- }
-}