summaryrefslogtreecommitdiffstats
path: root/doc/src/appicon.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/appicon.qdoc')
-rw-r--r--doc/src/appicon.qdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/appicon.qdoc b/doc/src/appicon.qdoc
index 929eda8..3c30b9d 100644
--- a/doc/src/appicon.qdoc
+++ b/doc/src/appicon.qdoc
@@ -223,4 +223,19 @@
installed in the appropriate locations for GNOME.
The GNOME developer website is at \l{http://developer.gnome.org/}.
+
+ \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
+ \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
+ 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}:
+
+ \snippet doc/src/snippets/code/doc_src_appicon.qdoc 5
+
*/