diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-23 10:27:08 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-23 10:46:44 (GMT) |
commit | cd226eeb278108a5c1168b7cc01cadded6045f05 (patch) | |
tree | 34a002bc481679b24c92813fb4595c67fe6cfacc /src/s60installs/s60installs.pro | |
parent | 47902b7587d66c0941bacf08b31b8caae264f09a (diff) | |
download | Qt-cd226eeb278108a5c1168b7cc01cadded6045f05.zip Qt-cd226eeb278108a5c1168b7cc01cadded6045f05.tar.gz Qt-cd226eeb278108a5c1168b7cc01cadded6045f05.tar.bz2 |
Changed Symbian pkg files to deploy from under epoc32
Since the build process copies everything that is deployed using
DEPLOYMENT variable under epoc32 somewhere, pkg files might as well
look for the files from there. This can be useful for binary
releases if the release needs to be repackaged.
Task-number: QT-3147
Reviewed-by: Janne Anttila
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r-- | src/s60installs/s60installs.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index 1f6e72b..f37cd58 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -13,9 +13,12 @@ symbian: { TARGET.UID3 = 0x2001E61C # sqlite3 is expected to be already found on phone if infixed configuration is built. + BLD_INF_RULES.prj_exports += \ + "sqlite3.sis $${EPOCROOT}epoc32/data/qt/sis/sqlite3.sis" \ + "sqlite3_selfsigned.sis $${EPOCROOT}epoc32/data/qt/sis/sqlite3_selfsigned.sis" sqlitedeployment = \ "; Deploy sqlite onto phone that does not have it already" \ - "@\"$$PWD/sqlite3.sis\", (0x2002af5f)" + "@\"$${EPOCROOT}epoc32/data/qt/sis/sqlite3.sis\", (0x2002af5f)" qtlibraries.pkg_postrules += sqlitedeployment } else { # Always use experimental UID for infixed configuration to avoid UID clash |