summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/behaviors
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 21:43:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:40:12 +0100
commitf93bc7fabd380cf10be7f90903ace618074dc871 (patch)
tree852dc7e8432d7de3fe240d48caa89b0b12ba65fd /examples/declarative/animation/behaviors
parentad86cd24157cc6ded679f40807591981fe52d540 (diff)
remove symbian & maemo5 vestiges
Change-Id: I4c02f91abde94d9ee7d154efa6eb371e1a8dfd71 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'examples/declarative/animation/behaviors')
-rw-r--r--examples/declarative/animation/behaviors/wigglytext/wigglytext.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/declarative/animation/behaviors/wigglytext/wigglytext.pro b/examples/declarative/animation/behaviors/wigglytext/wigglytext.pro
index 4c46a119..e110924e 100644
--- a/examples/declarative/animation/behaviors/wigglytext/wigglytext.pro
+++ b/examples/declarative/animation/behaviors/wigglytext/wigglytext.pro
@@ -12,15 +12,6 @@ QML_IMPORT_PATH =
# Needs to be defined for Symbian
#DEFINES += NETWORKACCESS
-symbian:TARGET.UID3 = 0xEB6022A4
-
-# Smart Installer package's UID
-# This UID is from the protected range
-# and therefore the package will fail to install if self-signed
-# By default qmake uses the unprotected range value if unprotected UID is defined for the application
-# and 0x2002CCCF value if protected UID is given to the application
-#symbian:DEPLOYMENT.installer_header = 0x2002CCCF
-
# Define QMLJSDEBUGGER to allow debugging of QML in debug builds
# (This might significantly increase build time)
# DEFINES += QMLJSDEBUGGER