summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2011-12-08 16:53:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-13 07:29:15 +0100
commit78ebb1fb73b957ed8a7bfcd92dcf738bac691d4c (patch)
treec23de8d6d3d588e625b51e24050650af6a7bafa7 /examples/examples.pro
parent70cbbc2ea11afc41d2753e92c5dd785c66e70d1b (diff)
downloadqtlocation-78ebb1fb73b957ed8a7bfcd92dcf738bac691d4c.tar.gz
QML-based WeatherInfo example, to demonstrate location position APIs
* Unlike the old WeatherInfo, uses a QML-based UI, but still all c++ backend (model class approach) * Also PNG icons, so no dep on QtSVG * Includes a qdoc overview of the example with highlight snippets Change-Id: Ib84a83177aaff220d728c6e54c9586ac9f2ea988 Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 38d2cf30..28cabc0e 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += declarative logfilepositionsource
+SUBDIRS += declarative logfilepositionsource weatherinfo