diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-15 10:49:26 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-15 11:00:38 (GMT) |
commit | 78560390b948127262a9ebb5f4dd355b6c517e94 (patch) | |
tree | 75edfb1e04f2cee9ce39cd33c659649fd757606d /src/s60installs | |
parent | 442784de39c8128f418354fdcfdb3988bb599104 (diff) | |
download | Qt-78560390b948127262a9ebb5f4dd355b6c517e94.zip Qt-78560390b948127262a9ebb5f4dd355b6c517e94.tar.gz Qt-78560390b948127262a9ebb5f4dd355b6c517e94.tar.bz2 |
Change $${EPOCROOT} to also have drive if EPOCROOT env variable has it
Since sbsv2 toolchain supports having sources and SDK on different
drives, $${EPOCROOT} needs to contain drive letter to make it work.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/s60installs.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index d751134..ce0f4f1 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -16,8 +16,8 @@ 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 $${EPOCROOT}epoc32/data/qt/sis/sqlite3.sis" \ - "sqlite3_selfsigned.sis $${EPOCROOT}epoc32/data/qt/sis/sqlite3_selfsigned.sis" + "sqlite3.sis /epoc32/data/qt/sis/sqlite3.sis" \ + "sqlite3_selfsigned.sis /epoc32/data/qt/sis/sqlite3_selfsigned.sis" symbian-abld|symbian-sbsv2 { sqlitedeployment = \ "; Deploy sqlite onto phone that does not have it already" \ |