qtmobility/examples/sensors/small_screen_sensors/small_screen_sensors.pro
changeset 4 90517678cc4f
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 TARGET = SmallSensors
       
     2 TEMPLATE = app
       
     3 
       
     4 include(../../examples.pri)
       
     5 
       
     6 QT=core gui
       
     7 CONFIG+=mobility
       
     8 MOBILITY+=sensors
       
     9 INCLUDEPATH += ../../../src/sensors
       
    10 
       
    11 SOURCES += main.cpp \
       
    12     sensorswindow.cpp \
       
    13     freefallform.cpp \
       
    14     accelerationform.cpp \
       
    15     orientationform.cpp
       
    16 
       
    17 HEADERS += sensorswindow.h \
       
    18     freefallform.h \
       
    19     accelerationform.h \
       
    20     orientationform.h
       
    21 
       
    22 FORMS += sensorswindow.ui \
       
    23     freefallform.ui \
       
    24     accelerationform.ui \
       
    25     orientationform.ui
       
    26 
       
    27 symbian:TARGET.CAPABILITY += ReadDeviceData