Hello,
I am using Nokia QT SDK RC because if I have understood well it is the only way to have Location API working on Symbian. I have tried to use QNetworkSession in my application but it fails with undefined reference to evritything related to QNetworkConfigManager. In my pro file I have :
QT += core gui network xml
CONFIG += mobility
MOBILITY += location \ bearer
and my .h :
#include <QtNetwork>
#include <qmobilityglobal.h>
#include <QNetworkSession>
#include <QNetworkConfigurationManager>
#include <QNetworkConfiguration>
Any idea ? Thanks



