Dear All,
i am getting below error
undefined identifier 'QTM_USE_NAMESPACE'
as per the instruction i extract the zip file in my roor folder .
how to rectify this?
Dear All,
i am getting below error
undefined identifier 'QTM_USE_NAMESPACE'
as per the instruction i extract the zip file in my roor folder .
how to rectify this?
Hi,
you're not including any header files that would contain the definition. Guide : http://doc.qt.nokia.com/qtmobility-1.0/quickstart.html
The declaration of QTM_USE_NAMESPACE is in qmobilityglobal.h so including that file should solve your problem.
Jack