From 4401aee755506a88e7287dc6f0a1e2e8516702a7 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 30 Apr 2009 10:42:41 +0300 Subject: Fixed symbian-sbsv2 ICON keyword so that it will generate icons compatible with older devices (S60 3.1 and up). --- qmake/generators/symbian/symmake_sbsv2.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v0.12