Hi,
I've downloaded the Nokia Qt SDK Beta for mobile develop and I have a problem, when I use QT Location Mobility classes, I have compile errors.
When I add the next lines in my .h file:
#include <QGeoPositionInfoSource>
...
QGeoPositionInfoSource *location_manager;
I'm getting the message error below:
"ISO C++ forbids declaration of 'QGeoPositionInfoSource' with no type"
I've included next lines in .PRO file for Mobility Location use on project:
CONFIG += mobility
MOBILITY = location
qtAddLibrary(QtLocation)
Please, somebody can tell me what I'm doing wrong?
Thanks in advance.
Regards.



