examples/sensors/orientation/orientation.pro
changeset 0 876b1a06bc25
child 5 603d3f8b6302
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE=app
       
     2 TARGET=orientation
       
     3 include(../../examples.pri)
       
     4 QT+=declarative
       
     5 CONFIG+=mobility
       
     6 MOBILITY+=sensors
       
     7 INCLUDEPATH += ../../../src/sensors
       
     8 SOURCES=main.cpp
       
     9 RESOURCES = orientation.qrc
       
    10 OTHER_FILES += orientation.qml
       
    11 
       
    12 CONFIG+=strict_flags
       
    13