I have tried the following example but got some linking error.
http://wiki.forum.nokia.com/index.ph...ng_Qt_Mobility
Can u plz help me to resolve the issue.
The errors are::
1.) error LNK2019: unresolved external symbol "public: int __cdecl QtMobility::QMessageStore::registerNotificationFilter(class QtMobility::QMessageFilter const &)" (?registerNotificationFilter@QMessageStore@QtMobility@@QAAHABVQMessageFilter@2@@Z) referenced in function "public: __cdecl SendAndReceiveSMS::SendAndReceiveSMS(class QWidget *,class QFlags<enum Qt::WindowType>)" (??0SendAndReceiveSMS@@QAA@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z)
2.) error LNK2019: unresolved external symbol "public: static class QtMobility::QMessageStore * __cdecl QtMobility::QMessageStore::instance(void)" (?instance@QMessageStore@QtMobility@@SAPAV12@XZ) referenced in function "public: __cdecl SendAndReceiveSMS::SendAndReceiveSMS(class QWidget *,class QFlags<enum Qt::WindowType>)" (??0SendAndReceiveSMS@@QAA@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z)
Thanks
Monali