summaryrefslogtreecommitdiffstats
path: root/demos/embedded/flightinfo/flightinfo.pro
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-08-19 11:24:05 (GMT)
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-08-19 12:08:13 (GMT)
commitfa246f93508147b4b2e582c61fbb60a0d7f881c3 (patch)
tree421ba0f15fd337749ff27bf3c66c516e81352b0b /demos/embedded/flightinfo/flightinfo.pro
parenta238c86219a2a16d1e417a4c75273c6d9c7faecc (diff)
downloadQt-fa246f93508147b4b2e582c61fbb60a0d7f881c3.zip
Qt-fa246f93508147b4b2e582c61fbb60a0d7f881c3.tar.gz
Qt-fa246f93508147b4b2e582c61fbb60a0d7f881c3.tar.bz2
Import the flight info example.
Originally it was published in Qt Labs: http://labs.trolltech.com/blogs/2009/07/26/track-your-flight-with-qts60/ Reviewed-by: Jason Barron
Diffstat (limited to 'demos/embedded/flightinfo/flightinfo.pro')
-rw-r--r--demos/embedded/flightinfo/flightinfo.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/embedded/flightinfo/flightinfo.pro b/demos/embedded/flightinfo/flightinfo.pro
new file mode 100644
index 0000000..5edb175
--- /dev/null
+++ b/demos/embedded/flightinfo/flightinfo.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = flightinfo
+SOURCES = flightinfo.cpp
+FORMS += form.ui
+RESOURCES = flightinfo.qrc
+QT += network
+
+symbian {
+ HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
+ LIBS += -lesock -lconnmon
+ TARGET.CAPABILITY = NetworkServices
+}