Hi,
I want to set an icon to my application before install it on the device.
I have surfed the web but without any success.
Can anyone help me, concerning this issue ?
Thank you
Regards
Hi,
I want to set an icon to my application before install it on the device.
I have surfed the web but without any success.
Can anyone help me, concerning this issue ?
Thank you
Regards
Hi,
I used program called image2svgt to convert my 96pix * 96pix PNG image to SVG format.
Then I added the icon definition to my pro file in QT.
symbian {
ICON = myicon.svg
...
}