--- a/mkspecs/features/symbian/application_icon.prf Tue Feb 02 00:43:10 2010 +0200
+++ b/mkspecs/features/symbian/application_icon.prf Wed Mar 31 11:06:36 2010 +0300
@@ -3,7 +3,7 @@
# If no_icon keyword exist, the S60 UI app is just made hidden. This because S60 app FW
# requires the registration resource file to exist always
contains( CONFIG, no_icon ) {
- symbian:RSS_RULES ="hidden = KAppIsHidden;"
+ symbian:RSS_RULES += "hidden = KAppIsHidden;"
CONFIG -= no_icon
} else {
# There is no point in compiling the MIF icon if no_icon CONFIGS is set