diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-01-12 10:29:35 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-01-13 09:25:47 (GMT) |
commit | 3f077666ea4547580fa4568499e8ecf6174b392e (patch) | |
tree | cbb178a48e4b21d2b3eeadca6dc373ba4f5bcb58 | |
parent | ecd7ceff04a9f26932a5cd3bbcd5e0eb426ff713 (diff) | |
download | Qt-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.pro | 2 |
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 |