summaryrefslogtreecommitdiff
path: root/examples/embedded/weatherinfo/weatherinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/weatherinfo/weatherinfo.pro')
-rw-r--r--examples/embedded/weatherinfo/weatherinfo.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/embedded/weatherinfo/weatherinfo.pro b/examples/embedded/weatherinfo/weatherinfo.pro
new file mode 100644
index 0000000..58a7add
--- /dev/null
+++ b/examples/embedded/weatherinfo/weatherinfo.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+TARGET = weatherinfo
+SOURCES = weatherinfo.cpp
+RESOURCES = weatherinfo.qrc
+QT += network svg
+
+symbian {
+ TARGET.UID3 = 0xA000CF77
+ CONFIG += qt_demo
+ TARGET.CAPABILITY = NetworkServices
+}
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/embedded/weatherinfo
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/embedded/weatherinfo
+INSTALLS += target sources