I am trying to run this example
http://wiki.forum.nokia.com/index.ph...g_an_SMS_in_Qt
But it is not getting build because I think there is not QMessageManager class.
I can only see QMessageBox and QMessageBoxPrivate there is no other QMessage......
I am using QT 4.6.3
Tried in both QT Creator and Carbide.C++ but same error
I have both sdk s60 3rd fp1 and s60 5th editon but only tried in s603rdfp1
Here is the part of error log
I think either there is some reference is missing or I am missing some file to include.Code:undefined identifier 'QMessageManager' mainwindow.h /SMSListener line 52 C/C++ Problem undefined identifier 'QMessageId' mainwindow.h /SMSListener line 53 C/C++ Problem
Here is my pro file
Code:#------------------------------------------------- # # Project created by QtCreator 2010-08-27T18:41:01 # #------------------------------------------------- QT += core gui TARGET = SMSListener TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui CONFIG += mobility MOBILITY += messaging symbian { TARGET.UID3 = 0xe79920d8 # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 TARGET.CAPABILITY = ReadUserData \ WriteUserData \ ReadDeviceData \ WriteDeviceData }





