diff options
author | axis <qt-info@nokia.com> | 2010-07-20 12:07:25 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-23 01:04:57 (GMT) |
commit | 0aa77f3afe01de462edf0ee6a0bdf78854431cf1 (patch) | |
tree | c2438295089a694ba824fce4adfd496318b8f1df /mkspecs | |
parent | ba2d235356b551aab2d07a275069b16b6776c31f (diff) | |
download | Qt-0aa77f3afe01de462edf0ee6a0bdf78854431cf1.zip Qt-0aa77f3afe01de462edf0ee6a0bdf78854431cf1.tar.gz Qt-0aa77f3afe01de462edf0ee6a0bdf78854431cf1.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
(cherry picked from commit c578c6c1d6dc2f3bb6cc53abb8da2e706a249f02)
Diffstat (limited to 'mkspecs')
-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 |