qtmobility/examples/sensors/small_screen_sensors/small_screen_sensors.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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