aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlflickr/qmlflickr.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlflickr/qmlflickr.pro')
-rw-r--r--examples/embedded/qmlflickr/qmlflickr.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/embedded/qmlflickr/qmlflickr.pro b/examples/embedded/qmlflickr/qmlflickr.pro
new file mode 100644
index 0000000000..a70a6df894
--- /dev/null
+++ b/examples/embedded/qmlflickr/qmlflickr.pro
@@ -0,0 +1,13 @@
+!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
+
+QT += declarative network
+SOURCES += $$PWD/qmlflickr.cpp
+include($$PWD/deployment.pri)
+
+symbian {
+ TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
+ CONFIG += qt_demo
+ TARGET.CAPABILITY = NetworkServices
+ # Maximum heap size set to 128 MB in order to allow loading large images.
+ TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
+}