summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-01-12 10:29:35 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-01-13 09:25:47 (GMT)
commit3f077666ea4547580fa4568499e8ecf6174b392e (patch)
treecbb178a48e4b21d2b3eeadca6dc373ba4f5bcb58
parentecd7ceff04a9f26932a5cd3bbcd5e0eb426ff713 (diff)
downloadQt-3f077666ea4547580fa4568499e8ecf6174b392e.zip
Qt-3f077666ea4547580fa4568499e8ecf6174b392e.tar.gz
Qt-3f077666ea4547580fa4568499e8ecf6174b392e.tar.bz2
Added absolute path to sqlite3.sis in s60installs.pro
Relative path was only working when package was created from s60installs directory. Binary installer creation requires package creation to work also from Qt root, so added absolute path to sqlite3.sis. Task-number: QTBUG-7275 Reviewed-by: Janne Anttila (cherry picked from commit 008bae01b016926209dddacc6e31c79b9d99d4f7)
-rw-r--r--src/s60installs/s60installs.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index eb35419..bbc758b 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -36,7 +36,7 @@ symbian: {
sqlitedeployment = \
"; Deploy sqlite onto phone that does not have it already" \
- "@\"sqlite3.sis\", (0x2002af5f)"
+ "@\"$$PWD/sqlite3.sis\", (0x2002af5f)"
qtlibraries.pkg_postrules += sqlitedeployment
qtlibraries.path = c:/sys/bin