[Qt-interest] Strange problem related to QtMobility package
Anand
279trex at gmail.com
Wed Mar 17 13:49:54 CET 2010
I have installed the Qt Mobility package (version 1.0.0 beta1) both on my
phone and into my SDK, and I'm able to make a test application to send an
SMS from the phone using the qtmessaging module.
Here's where the strange part starts - in my pre-existing application (which
uses Qt 4.6.2, and OpenC/C++), if I just put the following lines into the
project.pro file:
> CONFIG += mobility
>
MOBILITY = messaging
>
INCLUDEPATH += C:\QtMobility\src\messaging
>
TARGET.CAPABILITY = NetworkServices \
>
LocalServices \
>
ReadUserData \
>
WriteUserData \
>
UserEnvironment \
>
ReadDeviceData \
>
WriteDeviceData
>
*without any changes to my code whatsoever*, get it signed from symbian
online signed, and try to install and run it on my phone, it fails to run,
and crashes. The strangest part is, once it has crashed, my whole phone
freezes/becomes extremely slow, and I am forced to restart the phone.
Can anyone point out what the possible problem might be, and if there is
some way to solve it? I'm completely puzzled.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100317/14e3039d/attachment.html
More information about the Qt-interest-old
mailing list