summaryrefslogtreecommitdiffstats
path: root/pkg.pri
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-07-20 17:07:36 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 09:12:21 +0200
commite57220fa8d0527ba6684eba415f1a578852b19a3 (patch)
treefd7797784b0ff22498eca8546b933fa7ecf94b8e /pkg.pri
parent33f1bd964423010a3ef8000936e7be6ed6786ed4 (diff)
Remove all Symbian code from the repo.
We continue with Symbian for the Qt4 program but since Qt5 support for symbian is not implemented and if it is will likely look very different, remove this code for now. Change-Id: Iced82075e37e3685f7247a7558c298adb54e10ef Reviewed-on: http://codereview.qt.nokia.com/1863 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'pkg.pri')
-rw-r--r--pkg.pri10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg.pri b/pkg.pri
index 34d94c6e9..22e5d53fb 100644
--- a/pkg.pri
+++ b/pkg.pri
@@ -41,15 +41,5 @@ contains(TEMPLATE, app) {
} else {
DESTDIR = ../../../bin
}
- symbian {
- vendorinfo = \
- "%{\"NOKIA\"}" \
- ":\"NOKIA\""
-
- my_deployment.pkg_prerules = vendorinfo
- DEPLOYMENT += my_deployment
-
- ICON = ../qt3d.svg
- }
}
}