summaryrefslogtreecommitdiffstats
path: root/demos/embedded/weatherinfo/weatherinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/weatherinfo/weatherinfo.pro')
-rw-r--r--demos/embedded/weatherinfo/weatherinfo.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/embedded/weatherinfo/weatherinfo.pro b/demos/embedded/weatherinfo/weatherinfo.pro
new file mode 100644
index 0000000..a89acba
--- /dev/null
+++ b/demos/embedded/weatherinfo/weatherinfo.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = weatherinfo
+SOURCES = weatherinfo.cpp
+RESOURCES = weatherinfo.qrc
+QT += network svg
+
+symbian {
+ HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
+ LIBS += -lesock -lconnmon
+ TARGET.CAPABILITY = NetworkServices
+}