summaryrefslogtreecommitdiffstats
path: root/src/s60installs/s60installs.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-11 14:56:23 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-11 15:20:26 (GMT)
commit99f500838e4eaba9d99c3ea2cd6b4fc5efe0b8b4 (patch)
tree36f3611e8da4d924b94ace121aa8b58dcf9bcf9c /src/s60installs/s60installs.pro
parenta601a45f7fbff6df2b39990d0e1dbd00542b9819 (diff)
downloadQt-99f500838e4eaba9d99c3ea2cd6b4fc5efe0b8b4.zip
Qt-99f500838e4eaba9d99c3ea2cd6b4fc5efe0b8b4.tar.gz
Qt-99f500838e4eaba9d99c3ea2cd6b4fc5efe0b8b4.tar.bz2
Remove sqlite3_selfsigned.sis as it is no longer usable or needed.
Selfsigned qt.sis no longer installs on top of sqlite3_selfsigned.sis as patching embedded sises and dependencies was removed from patch_capabilities.pl script. However, since the regular sqlite3.sis is nowadays signed for all three Symbian manufacturers that Qt supports, there is no more need to have a self-signed sqlite3.sis in the first place, so it is removed to reduce confusion. Task-number: QTBUG-16576 Reviewed-by: axis
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r--src/s60installs/s60installs.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index be7ed97..3b705ad 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -16,8 +16,7 @@ symbian: {
# It is also expected that devices newer than those based on S60 5.0 all have sqlite3.dll.
contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
BLD_INF_RULES.prj_exports += \
- "sqlite3.sis /epoc32/data/qt/sis/sqlite3.sis" \
- "sqlite3_selfsigned.sis /epoc32/data/qt/sis/sqlite3_selfsigned.sis"
+ "sqlite3.sis /epoc32/data/qt/sis/sqlite3.sis"
symbian-abld|symbian-sbsv2 {
sqlitedeployment = \
"; Deploy sqlite onto phone that does not have it already" \