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.pro10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/embedded/qmlflickr/qmlflickr.pro b/examples/embedded/qmlflickr/qmlflickr.pro
index 60abe31333..869d651b05 100644
--- a/examples/embedded/qmlflickr/qmlflickr.pro
+++ b/examples/embedded/qmlflickr/qmlflickr.pro
@@ -1,13 +1,5 @@
-!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
+!wince*:warning("DEPLOYMENT support required. This project only works on WinCE.")
QT += declarative network
SOURCES += $$PWD/qmlflickr.cpp
include($$PWD/deployment.pri)
-
-symbian {
- TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
- CONFIG += qt_example
- TARGET.CAPABILITY = NetworkServices
- # Maximum heap size set to 128 MB in order to allow loading large images.
- TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
-}