diff -r e4ebb16b39ea -r 603d3f8b6302 examples/sensors/panoramaWithSense/panoramaWithSense.pro.bck --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/sensors/panoramaWithSense/panoramaWithSense.pro.bck Mon Oct 04 01:37:06 2010 +0300 @@ -0,0 +1,30 @@ +include(../sensors.pri) +QT += gui \ + core +CONFIG += mobility +CONFIG += debug +DEFINES+=ENABLE_RUNTIME_SENSORLOG +MOBILITY += sensors +HEADERS += inputcontroller.h \ + keycontroller.h \ + timedcontroller.h \ + view.h \ + accelerometercontroller.h \ + compasscontroller.h \ + magnetometercontroller.h \ + orientationcontroller.h \ + rotationcontroller.h \ + tapcontroller.h +SOURCES += main.cpp \ + inputcontroller.cpp \ + keycontroller.cpp \ + timedcontroller.cpp \ + view.cpp \ + accelerometercontroller.cpp \ + compasscontroller.cpp \ + magnetometercontroller.cpp \ + orientationcontroller.cpp \ + rotationcontroller.cpp \ + tapcontroller.cpp +RESOURCES += panoramaWithSense.qrc +TARGET = panoramaWithSense