summaryrefslogtreecommitdiffstats
path: root/demos/embedded/embedded.pro
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-08-19 11:44:16 (GMT)
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-08-19 12:08:13 (GMT)
commit5ac4ae83bbb074ae792abd7f5738a63512d6a68c (patch)
tree7b5cd90f532274c62ab8af71c15268c0130791e1 /demos/embedded/embedded.pro
parentfa246f93508147b4b2e582c61fbb60a0d7f881c3 (diff)
downloadQt-5ac4ae83bbb074ae792abd7f5738a63512d6a68c.zip
Qt-5ac4ae83bbb074ae792abd7f5738a63512d6a68c.tar.gz
Qt-5ac4ae83bbb074ae792abd7f5738a63512d6a68c.tar.bz2
Import the weather info example.
Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/22/weather-info-for-qts60/ Reviewed-by: Jason Barron
Diffstat (limited to 'demos/embedded/embedded.pro')
-rw-r--r--demos/embedded/embedded.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/embedded/embedded.pro b/demos/embedded/embedded.pro
index 3fa0e13..e425eb5 100644
--- a/demos/embedded/embedded.pro
+++ b/demos/embedded/embedded.pro
@@ -10,6 +10,9 @@ contains(QT_CONFIG, svg) {
contains(QT_CONFIG, network) {
SUBDIRS += lightmaps
SUBDIRS += flightinfo
+ contains(QT_CONFIG, svg) {
+ SUBDIRS += weatherinfo
+ }
}
contains(QT_CONFIG, webkit) {