summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-02-26 12:12:50 (GMT)
committeraxis <qt-info@nokia.com>2010-02-26 12:33:25 (GMT)
commitf822fb20b806386509aa31c1aefd0004366a19d3 (patch)
treea13c12011845604dcd30a1b936103d23d01c8b82 /mkspecs
parent721d7a47ba22fd791f2569427dd6285ac3384ff5 (diff)
downloadQt-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.prf2
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.