I have some Qt app that interact with calendar on the phone. It runs on Symbian^3 (Nokia N8) and Meego 1.2 Harmattan (Nokia N9). Both versions are identical (in code I mean).
I've noticed that some part of the app runs very slow on Meego, but normally on Symbian^3. The interesting thig is that when I start the app from IDE (Qt creator), everything works fine, but later when I close the app and start it manually on the phone - it takes 3-5 seconds longer to do the same. There's no data that application is left after the first run, so I don't know what can be the reason of this.
Maybe this is connected with debug/release mode and I should change it somewhere else exept "Projects" page in the IDE. I'm pretty new to Meego, so this is a problem for me. Does anyone have any ideas?

Reply With Quote

