examples/sensors/panoramaWithSense/panoramaWithSense.pro.bck
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:37:06 +0300
changeset 5 603d3f8b6302
permissions -rw-r--r--
Revision: 201037 Kit: 201039

include(../sensors.pri)
QT += gui \
    core
CONFIG += mobility
CONFIG += debug
DEFINES+=ENABLE_RUNTIME_SENSORLOG
MOBILITY += sensors
HEADERS += inputcontroller.h \
    keycontroller.h \
    timedcontroller.h \
    view.h \
    accelerometercontroller.h \
    compasscontroller.h \
    magnetometercontroller.h \
    orientationcontroller.h \
    rotationcontroller.h \
    tapcontroller.h
SOURCES += main.cpp \
    inputcontroller.cpp \
    keycontroller.cpp \
    timedcontroller.cpp \
    view.cpp \
    accelerometercontroller.cpp \
    compasscontroller.cpp \
    magnetometercontroller.cpp \
    orientationcontroller.cpp \
    rotationcontroller.cpp \
    tapcontroller.cpp
RESOURCES += panoramaWithSense.qrc
TARGET = panoramaWithSense