Hey i am trying to use the QT mobility API and wanted to try out how the example http://wiki.forum.nokia.com/index.ph...t_Mobility_API works, but i am having troubles to compile it although it is marked as tested.
The errors i receive are the following:
- undefined reference to `QtMobility::QGeoPositionInfoSource::createDefaultSource(QObject*)' LocationWatcher.cpp line 19 /LocationWatcher C/C++
- undefined reference to `QtMobility:perator<<(QDebug, QtMobility::QGeoPositionInfo const&)' LocationWatcher.cpp line 47 /LocationWatcher C/C++ Problem
- undefined reference to `QtMobility::QGeoPositionInfo::isValid() const' LocationWatcher.cpp line 46 /LocationWatcher C/C++ Problem
can someone help me with these- i am using S60_5th_Edition_SDK_v1.0 with QT 4.6.3 installed , for the mobilty API installation i followed the instructions in the paccage.

perator<<(QDebug, QtMobility::QGeoPositionInfo const&)' LocationWatcher.cpp line 47 /LocationWatcher C/C++ Problem


