summaryrefslogtreecommitdiffstats
path: root/examples/positioning/satelliteinfo/satelliteinfo.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-12 16:44:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-07 13:11:44 +0100
commit4ffe71bde6ab97f4760896cd13c97747b6bfb9d1 (patch)
treecd9ba3ea75214044db35523ae17d954f2a699c72 /examples/positioning/satelliteinfo/satelliteinfo.pro
parent56d501290a7e62d0a97b7c43d755042aa5d1cb49 (diff)
Add new Satellite Information example
[ChangeLog][QtPositioning] New SatelliteInfo example added. The example displays the signal strength of surrounding satellites. The example employs a demo mode on those platforms which don't provide satellite information Change-Id: I573266c7a4429c0d2f1bcdfeb01af52ad02efba7 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples/positioning/satelliteinfo/satelliteinfo.pro')
-rw-r--r--examples/positioning/satelliteinfo/satelliteinfo.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/positioning/satelliteinfo/satelliteinfo.pro b/examples/positioning/satelliteinfo/satelliteinfo.pro
new file mode 100644
index 00000000..fe4f728e
--- /dev/null
+++ b/examples/positioning/satelliteinfo/satelliteinfo.pro
@@ -0,0 +1,22 @@
+TEMPLATE = app
+TARGET = satelliteinfo
+
+QT += quick positioning
+
+SOURCES += main.cpp \
+ satellitemodel.cpp
+
+HEADERS += \
+ satellitemodel.h
+
+OTHER_FILES += \
+ satelliteinfo.qml
+
+RESOURCES += \
+ satelliteinfo.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/satelliteinfo
+INSTALLS += target
+
+
+