diff -r cfcbf08528c4 -r 2b40d63a9c3d qtmobility/examples/sensors/accel/accel.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/examples/sensors/accel/accel.pro Fri Apr 16 15:51:22 2010 +0300 @@ -0,0 +1,11 @@ +TEMPLATE=app +TARGET=accel +include(../../examples.pri) +QT=core +CONFIG+=mobility +MOBILITY+=sensors +INCLUDEPATH += ../../../src/sensors +SOURCES=main.cpp + +CONFIG+=strict_flags +