qtmobility/examples/sensors/small_screen_sensors/small_screen_sensors.pro
changeset 4 90517678cc4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/examples/sensors/small_screen_sensors/small_screen_sensors.pro	Mon May 03 13:18:40 2010 +0300
@@ -0,0 +1,27 @@
+TARGET = SmallSensors
+TEMPLATE = app
+
+include(../../examples.pri)
+
+QT=core gui
+CONFIG+=mobility
+MOBILITY+=sensors
+INCLUDEPATH += ../../../src/sensors
+
+SOURCES += main.cpp \
+    sensorswindow.cpp \
+    freefallform.cpp \
+    accelerationform.cpp \
+    orientationform.cpp
+
+HEADERS += sensorswindow.h \
+    freefallform.h \
+    accelerationform.h \
+    orientationform.h
+
+FORMS += sensorswindow.ui \
+    freefallform.ui \
+    accelerationform.ui \
+    orientationform.ui
+
+symbian:TARGET.CAPABILITY += ReadDeviceData