mkspecs/features/symbian/application_icon.prf
changeset 19 fcece45ef507
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
     1 load(data_caging_paths)
     1 load(data_caging_paths)
     2 
     2 
     3 # If no_icon keyword exist, the S60 UI app is just made hidden. This because S60 app FW
     3 # If no_icon keyword exist, the S60 UI app is just made hidden. This because S60 app FW
     4 # requires the registration resource file to exist always
     4 # requires the registration resource file to exist always
     5 contains( CONFIG, no_icon ) {
     5 contains( CONFIG, no_icon ) {
     6     symbian:RSS_RULES ="hidden = KAppIsHidden;"
     6     symbian:RSS_RULES += "hidden = KAppIsHidden;"
     7     CONFIG -= no_icon
     7     CONFIG -= no_icon
     8 } else {
     8 } else {
     9 # There is no point in compiling the MIF icon if no_icon CONFIGS is set
     9 # There is no point in compiling the MIF icon if no_icon CONFIGS is set
    10     !isEmpty(ICON) {
    10     !isEmpty(ICON) {
    11 
    11