diff options
author | axis <qt-info@nokia.com> | 2010-10-19 06:47:29 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-03-04 10:42:57 (GMT) |
commit | dfa811b18b588b09ec7b5c648c7b143d54ddc825 (patch) | |
tree | 04f27be223de03823788a3301bd770446f75ef4f /mkspecs/common/symbian | |
parent | 5b3f54a344a6e228389989ecf4fc9e770287db3a (diff) | |
download | Qt-dfa811b18b588b09ec7b5c648c7b143d54ddc825.zip Qt-dfa811b18b588b09ec7b5c648c7b143d54ddc825.tar.gz Qt-dfa811b18b588b09ec7b5c648c7b143d54ddc825.tar.bz2 |
Fixed some tools definitions and properties in symbian profiles.
This is needed for Symbian development on Windows using makefiles.
RevBy: Trust me
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 9a0287a..c59f751 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -117,11 +117,11 @@ contains(QMAKE_HOST.os,Windows) { } QMAKE_IDL = midl -QMAKE_LIB = ar -ru -QMAKE_RC = windres QMAKE_ZIP = zip -r -9 QMAKE_UNZIP = unzip -o +QMAKE_WRITE_DEFAULT_RC = 1 + QMAKE_TAR = tar -cf QMAKE_GZIP = gzip -9f |