diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-09-18 16:17:29 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@trolltech.com> | 2009-09-22 15:53:41 (GMT) |
commit | 58cc8cb5c86d2d51d0f647457e3677541c4a93c2 (patch) | |
tree | c12aefbbec847f9216417e5428abe3b0169d745a /doc/src/howtos | |
parent | b089f0e17dab094ce99dc8edd385cbef0bc212c4 (diff) | |
download | Qt-58cc8cb5c86d2d51d0f647457e3677541c4a93c2.zip Qt-58cc8cb5c86d2d51d0f647457e3677541c4a93c2.tar.gz Qt-58cc8cb5c86d2d51d0f647457e3677541c4a93c2.tar.bz2 |
Docs: Fix spelling and reword docs about S60 specifics.
Reviewed-By: TrustMe
Diffstat (limited to 'doc/src/howtos')
-rw-r--r-- | doc/src/howtos/appicon.qdoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc index ba567b7..ece2dcf 100644 --- a/doc/src/howtos/appicon.qdoc +++ b/doc/src/howtos/appicon.qdoc @@ -215,12 +215,13 @@ \section1 Setting the Application Icon on S60 platforms - In order to set application icon for S60 application you need SVG-T icon. - How to create such SVG-T, please refer to + In order to set the application icon for S60 applications, you need + an SVG-T icon. For information on how to create SVG-T compliant icons, + please refer to \l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/} - Once you have icon in correct format and assuming you are using - \c qmake to generate your makefiles, you only need to add a single + Once the icon is available in the correct format and assuming you are + using \c qmake to generate your makefiles, you only need to add a single line to your \c .pro project file. For example, if the name of your icon file is \c{myapp.svg}, and your project file is \c{myapp.pro}, add this line to \c{myapp.pro}: |