[Qt-interest] Qt app on symbian S60

Tim Dewhirst tim at bugless.co.uk
Wed Jan 5 13:30:20 CET 2011


Hello,

On 05/01/2011 11:42, pmqt71 wrote:
> My app works fine on Qt simulator, but doesn't start on the device
> (Nokia 5800).
> I'm using Nokia Qt SDK 1.0.2
> the .pro file contains :
>
> symbian {
>      TARGET.UID3 = 0xe16c13bb
>      TARGET.CAPABILITY += NetworkServices
>      TARGET.EPOCSTACKSIZE = 0x14000
>      TARGET.EPOCHEAPSIZE = 0x020000 0x800000
> }
> I can successfully install the app on the device, but a double click on
> the app icon has no effect and no error message.
> The app uses the network to connect to a tcp remote server, some
> widgets, graphic (QGraphics*), no more.
> How to proceed? Is there an error log or something else to get the error?

I would double check the capabilities, check the heap size (have you 
bundled lots of resources in the application?), distclean and double 
check that qmake was definitely run...

Tim



More information about the Qt-interest-old mailing list