qtmobility/examples/sensors/panorama/panorama.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:08:38 +0300
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

include(../sensors.pri)
QT += gui \
    core
CONFIG += mobility
CONFIG += debug
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 += panorama.qrc
TARGET = panorama