--- a/mkspecs/features/symbian/application_icon.prf Mon Mar 15 12:43:09 2010 +0200
+++ b/mkspecs/features/symbian/application_icon.prf Thu Apr 08 14:19:33 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