Hey,
We have created an qt c++ app that uses gps facilities of Qt.
I get the following errors though my qt is updated.
error: qgeomappingmanager.h: No such file or directory
error: QGeoServiceProvider: No such file or directory
error: QGeoRoutingManager: No such file or directory
error: QGeoMapPixmapObject: No such file or directory
error: QGeoPositionInfoSource: No such file or directory
error: QGeoCoordinate: No such file or directory
error: 'QGeoRouteReply' has not been declared
error: 'QGeoPositionInfo' has not been declared
error: ISO C++ forbids declaration of 'QGeoPositionInfoSource' with no type
error: 'QGeoCoordinate' does not name a type
error: 'QGeoCoordinate' does not name a type
error: ISO C++ forbids declaration of 'QGeoServiceProvider' with no type
error: ISO C++ forbids declaration of 'QGeoMappingManager' with no type
error: ISO C++ forbids declaration of 'QGeoRoutingManager' with no type
error: ISO C++ forbids declaration of 'MapWidget' with no type
error: ISO C++ forbids declaration of 'QGeoMapPixmapObject' with no type
error: 'QtMobility' is not a namespace-name
error: ISO C++ forbids declaration of 'QGeoPositionInfoSource' with no type
error: 'QGeoPositionInfo' has not been declared
Can anybody please help me regarding this? i am not understanding the problem regarding this.




