Problems with Qt Mobility
Hi
I'm a beginner at Qt Quick. i have the qt sdk 1.1 beta version and i'm unable to access the Qt Mobility plugins for qml. It gives me the following error
module "QtMobility.messaging" is not installed
for the line
import QtMobility.messaging 1.1
This is happening even though i included the lines
CONFIG += mobility
MOBILITY = messaging
i even updated the whole thing but it's still not working
Please help! Thanks in advance!
Problems with Qt Mobility
Hi
I'm a beginner at Qt Quick and i'm having some problems with Qt Mobility APIs
it gives me the following error
module "QtMobility.messaging" is not installed
for the line
import QtMobility.messaging 1.1
i'm using the qt sdk beta 1.1 and i just updated the whole thing
i even included the lines
CONFIG += mobility
MOBILITY = messaging
in the .pro file
Please help!
Re: Problems with Qt Mobility
Where is Qmessage file in your system ?
Whether <QMessage> is included in your project ?
Qt mobility is not currently configured, may be.
Try below changes,
CONFIG += mobility
MOBILITY += messaging
[B]Ask Qt related question in Qt Forum,[/B]
Best regards,
Re: Problems with Qt Mobility
Your answer is given here , do not create double copy : [URL="http://www.developer.nokia.com/Community/Discussion/showthread.php?225960-Problems-with-Qt-Mobility&p=848686#post848686"]General discussion[/URL]
Best regards,
Re: Problems with Qt Mobility
I have the same problem.
I even added this statement in main.cpp
#include <QMessage>
Still it gives me error for import statement in qml file
Please help.
Re: Problems with Qt Mobility
I have added the lines before but I still get the not installed error
Re: Problems with Qt Mobility
the problem is with the MingW compilter. messaging API is not compatible with the same as given in the Qt documentation