diff options
author | axis <qt-info@nokia.com> | 2010-07-20 12:07:25 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-21 10:42:15 (GMT) |
commit | c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02 (patch) | |
tree | 4e4704797cc8d08a412ad411d2286285805e82f5 /mkspecs/common | |
parent | d9e75d77ac3da86c32d280895beac2936d8869ca (diff) | |
download | Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.zip Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.tar.gz Qt-c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02.tar.bz2 |
Fixed automatic sqlite extraction on Symbian makefile build system.
Since we cannot extract to the epocroot (it is considered R/O), we
extract the header and the dso to the temporary build directories and
include them from there.
RevBy: Trust me
Diffstat (limited to 'mkspecs/common')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index c1b31e5..7ec5c6c 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -105,6 +105,7 @@ QMAKE_IDL = midl QMAKE_LIB = ar -ru QMAKE_RC = windres QMAKE_ZIP = zip -r -9 +QMAKE_UNZIP = unzip -o QMAKE_TAR = tar -cf QMAKE_GZIP = gzip -9f |