PDA

View Full Version : Application icon - Qt S60



ppaluch
28th August 2009, 14:39
I am developing an application on S60 (3rd fp1) device. I have a path to icon in my .pro file, but it seems to work on emulator, but not on device. Is something i forgot ? Here's part of my .pro file.



symbian {
HEADERS += sym_iap_util.h
LIBS += -lesock \
-lconnmon
TARGET.CAPABILITY = NetworkServices
ICON = ./logo.svg
TARGET.UID3 = 0xEDE4345C
}

axeljaeger
15th October 2009, 12:06
Have you tried restarting your device? I think symbian has some kind of icon cache that is only flushed on restarting the device.

honza
15th October 2009, 18:45
try to use some already created and used icon.

i have created my application and i have had the same problem.. there was no icon.

in my case was problem caused by sgv format.. it SHOULD be in SVG Tiny format!


try to use attached icon.svg (zipped)

honza

raja26
20th October 2010, 17:46
I have tried the above icon and also modified the pro file but when running the application in emulator the icon is not visible.. awaiting some advice.. thank you..

jcr
21st October 2010, 19:16
Hi,

Out of curiosity, what are those [B] [\B] in your .pro file?

I can confirm that and entry like
ICON = path_to_tiny.svg
in the symbian scope of the .pro file
does work if the file is a real svgt.
for Symbian^3 with a Nokia N8 device

Percy
23rd November 2010, 11:17
Hi there,

In my case, I just converted the icon to ".svg" (not tiny, just svg) and put that on the .pro file. worked just fine!!!!