Hi everyone,

i want to try how sensors work.
How can i include "QtSensors" module into a project?

I have installed the latest Qt SDK 1.1.
Why can't i simply write in ".pro" file
Qt Code:
  1. CONFIG += mobility
  2. MOBILITY += sensors
To copy to clipboard, switch view to plain text mode 

and in ".h" file add
#include <QSensor>
and then declare variable
QSensor* sensor;
????

This is really frustrating...


Thx!
Marina