add testqt source
[apps/navigation.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..a11bd94
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# testqt
+
+#reference
+
+https://doc-snapshots.qt.io/qt5-5.9/qtlocation-mapviewer-example.html
+
+#build step
+
+source /SDK_PATH/environment-setup-aarch64-agl-linux
+
+mkdir build
+
+cd build
+
+qmake ../
+
+make