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.

Qt Code:
  1. symbian {
  2. HEADERS += sym_iap_util.h
  3. LIBS += -lesock \
  4. -lconnmon
  5. TARGET.CAPABILITY = NetworkServices
  6. [B]ICON = ./logo.svg[/B]
  7. TARGET.UID3 = 0xEDE4345C
  8. }
To copy to clipboard, switch view to plain text mode