--- a/qmake/generators/symbian/symmake.cpp Fri Jun 11 14:24:45 2010 +0300
+++ b/qmake/generators/symbian/symmake.cpp Wed Jun 23 19:07:03 2010 +0300
@@ -1620,7 +1620,9 @@
t << "#define STRING_r_caption \"" << fixedTarget << "\"" << endl;
t << "#endif" << endl;
} else {
- t << "#if LANGUAGE_01" << endl;
+ t << "#if LANGUAGE_SC" << endl;
+ t << "#include <" << "01/" << translationFileName << "_01.loc>" << endl;
+ t << "#elif LANGUAGE_01" << endl;
t << "#include <" << "01/" << translationFileName << "_01.loc>" << endl;
foreach(QString lang, symbianLangCodes) {
if (lang.localeAwareCompare("01") != 0) {