diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-30 07:42:41 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-30 07:42:41 (GMT) |
commit | 4401aee755506a88e7287dc6f0a1e2e8516702a7 (patch) | |
tree | 26807c8e02c0522ecd4b3c0a0da8c44d9c42d761 /qmake | |
parent | 60f3b87e503b149159b63638178183fa4f5306bb (diff) | |
download | Qt-4401aee755506a88e7287dc6f0a1e2e8516702a7.zip Qt-4401aee755506a88e7287dc6f0a1e2e8516702a7.tar.gz Qt-4401aee755506a88e7287dc6f0a1e2e8516702a7.tar.bz2 |
Fixed symbian-sbsv2 ICON keyword so that it will generate icons
compatible with older devices (S60 3.1 and up).
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/generators/symbian/symmake_sbsv2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/symbian/symmake_sbsv2.cpp b/qmake/generators/symbian/symmake_sbsv2.cpp index fe25dd0..5afa83d 100644 --- a/qmake/generators/symbian/symmake_sbsv2.cpp +++ b/qmake/generators/symbian/symmake_sbsv2.cpp @@ -391,6 +391,7 @@ bool SymbianSbsv2MakefileGenerator::writeBldInfExtensionRulesPart(QTextStream& t t << "OPTION SOURCES -c32 " << iconFile << endl; t << "OPTION SOURCEDIR " << iconPath << endl; t << "OPTION TARGETFILE " << uid3 << ".mif" << endl; + t << "OPTION SVGENCODINGVERSION 3" << endl; // Compatibility with S60 3.1 devices and up t << "END" << endl; } |