Commit 8a441f3cf8a2cbc92861b7c55dd4664da4e8130b
- Diff rendering mode:
- inline
- side by side
doc/src/howtos/appicon.qdoc
(4 / 4)
|   | |||
| 215 | 215 | ||
| 216 | 216 | \section1 Setting the Application Icon on S60 platforms | |
| 217 | 217 | ||
| 218 | In order to set application icon for S60 application you need SVG-T icon. | ||
| 219 | How to create such SVG-T, please refer to | ||
| 218 | In order to set the application icon for S60 application you need | ||
| 219 | anSVG-T icon. For information on how to create such SVG-T, please refer to | ||
| 220 | 220 | \l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/} | |
| 221 | 221 | ||
| 222 | Once you have icon in correct format and assuming you are using | ||
| 223 | \c qmake to generate your makefiles, you only need to add a single | ||
| 222 | Once the icon is available in the correct format and assuming you are | ||
| 223 | using \c qmake to generate your makefiles, you only need to add a single | ||
| 224 | 224 | line to your \c .pro project file. For example, if the name of your | |
| 225 | 225 | icon file is \c{myapp.svg}, and your project file is \c{myapp.pro}, | |
| 226 | 226 | add this line to \c{myapp.pro}: |
|   | |||
| 6 | 6 | symbian:RSS_RULES ="hidden = KAppIsHidden;" | |
| 7 | 7 | CONFIG -= no_icon | |
| 8 | 8 | } else { | |
| 9 | # There is no sense to compile MIF icon is no_icon CONFIGS is set | ||
| 9 | # There is no sense to compile MIF icon if no_icon CONFIGS is set | ||
| 10 | 10 | !isEmpty(ICON) { | |
| 11 | 11 | ||
| 12 | 12 | !count(ICON, $$size(TRANSLATIONS)):!count(ICON, 1) { |

