diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-10-28 08:26:43 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-10-28 08:26:43 (GMT) |
commit | c5671bcc033e6e519fe8f88b64c108e8d52371fe (patch) | |
tree | 6f81de524031078cc07160fedad404d6db2d58b6 /src | |
parent | bd62bdea9defbd289200ce4d84f0016fc88bd61a (diff) | |
download | Qt-c5671bcc033e6e519fe8f88b64c108e8d52371fe.zip Qt-c5671bcc033e6e519fe8f88b64c108e8d52371fe.tar.gz Qt-c5671bcc033e6e519fe8f88b64c108e8d52371fe.tar.bz2 |
Bad line ending in cabbff076f40eeeb56beb53220a40f124a2e0215
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-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 d8f164f..022a072 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -35,7 +35,7 @@ symbian: { qtlibraries.pkg_postrules += qts60plugindeployment sqlitedeployment = \ - "; Deploy sqlite onto phone that does not have it (this should be replaced with embedded sis file when available) + "; Deploy sqlite onto phone that does not have it (this should be replaced with embedded sis file when available)" \ "IF NOT package(0x2002533b) " \ "\"$${EPOCROOT}epoc32/release/$(PLATFORM)/$(TARGET)/sqlite3.dll\" - \"!:\\sys\\bin\\sqlite3.dll\"" \ "ENDIF" |