Making Application Launcher Icon
I have created Tic Tac Toe game. And Created SIS package. After installing the package I can’t find Application Launcher Icon.
How can i set application launcher icon?
Also How can i do same for Maemo 5 package.
5 replies
Hi,
you should add an ICON directive in symbian section:
- symbian {
- ICON = app.svg
- }
The file must be a SVG file. If you want to use PNG anyway, you can convert it using this method [leonardorisuleo.info]
Tony.
Setting the Application Icon on the Symbian platform
In order to set the application icon for Symbian platform applications, you need an SVG-T icon. For information on how to create SVG-T compliant icons, please refer to ref [wiki.forum.nokia.com])_in_S60_3rd_edition/
Once the icon is available in the correct format and assuming you are using qmake to generate your makefiles, you only need to add a single line to your .pro project file. For example, if the name of your icon file is myapp.svg, and your project file is myapp.pro, add this line to myapp.pro:
ICON = myapp.svgYou must log in to post a reply. Not a member yet? Register here!



