summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-01-12 12:29:35 +0200
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-01-13 10:25:47 +0100
commit3f077666ea4547580fa4568499e8ecf6174b392e (patch)
treecbb178a48e4b21d2b3eeadca6dc373ba4f5bcb58
parentecd7ceff04a9f26932a5cd3bbcd5e0eb426ff713 (diff)
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 eb35419502..bbc758b7c3 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