diff options
author | axis <qt-info@nokia.com> | 2010-02-26 12:12:50 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-26 12:33:25 (GMT) |
commit | f822fb20b806386509aa31c1aefd0004366a19d3 (patch) | |
tree | a13c12011845604dcd30a1b936103d23d01c8b82 /mkspecs | |
parent | 721d7a47ba22fd791f2569427dd6285ac3384ff5 (diff) | |
download | Qt-f822fb20b806386509aa31c1aefd0004366a19d3.zip Qt-f822fb20b806386509aa31c1aefd0004366a19d3.tar.gz Qt-f822fb20b806386509aa31c1aefd0004366a19d3.tar.bz2 |
Corrected a wrong comment.
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/application_icon.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/application_icon.prf b/mkspecs/features/symbian/application_icon.prf index 527c33d..32f4d9f 100644 --- a/mkspecs/features/symbian/application_icon.prf +++ b/mkspecs/features/symbian/application_icon.prf @@ -15,7 +15,7 @@ contains( CONFIG, no_icon ) { } # Try to produce indentical string to fixedTarget in SymbianMakefileGenerator, replaced chars taken - # from SymbianMakefileGenerator::removeSpecialCharacters. + # from SymbianCommonGenerator::removeSpecialCharacters. # # Note: it is not a major problem even baseTarget is not 100% identical to fixedTarget since qmake # only uses filename from RSS_RULES.icon_file when referring to icon file name. |