aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlclocks/qmlclocks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlclocks/qmlclocks.pro')
-rw-r--r--examples/embedded/qmlclocks/qmlclocks.pro9
1 files changed, 1 insertions, 8 deletions
diff --git a/examples/embedded/qmlclocks/qmlclocks.pro b/examples/embedded/qmlclocks/qmlclocks.pro
index 1b6cdad6be..8e9dcdf87c 100644
--- a/examples/embedded/qmlclocks/qmlclocks.pro
+++ b/examples/embedded/qmlclocks/qmlclocks.pro
@@ -1,12 +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
SOURCES += $$PWD/qmlclocks.cpp
include($$PWD/deployment.pri)
-
-symbian {
- TARGET.UID3 = 0x$$qmlclocks_uid3 # defined in deployment.pri
- CONFIG += qt_example
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
- LIBS += -lcone -leikcore -lavkon # Screen orientation
-}