summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-04-30 07:42:41 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-04-30 07:42:41 (GMT)
commit4401aee755506a88e7287dc6f0a1e2e8516702a7 (patch)
tree26807c8e02c0522ecd4b3c0a0da8c44d9c42d761 /qmake/generators
parent60f3b87e503b149159b63638178183fa4f5306bb (diff)
downloadQt-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/generators')
-rw-r--r--qmake/generators/symbian/symmake_sbsv2.cpp1
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;
}