qtmobility/plugins/sensors/maemo6/maemo6.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 5 453da2cfceef
child 8 71781823f776
permissions -rw-r--r--
Branch for GCC_SURGE fixes

TEMPLATE = lib
TARGET = maemo6sensorplugin
DEPENDPATH += .
INCLUDEPATH += .
QT += dbus
QT += network
CONFIG += plugin
CONFIG += sensord
CONFIG += link_pkgconfig
CONFIG += mobility
HEADERS += maemo6sensorbase.h \
    maemo6accelerometer.h \
    maemo6als.h \
    maemo6compass.h \
    maemo6magnetometer.h \
    maemo6orientationsensor.h \
    maemo6proximitysensor.h \
    maemo6rotationsensor.h \
    maemo6tapsensor.h
SOURCES += maemo6sensorbase.cpp \
    maemo6accelerometer.cpp \
    maemo6als.cpp \
    maemo6compass.cpp \
    maemo6magnetometer.cpp \
    maemo6orientationsensor.cpp \
    maemo6proximitysensor.cpp \
    maemo6rotationsensor.cpp \
    maemo6tapsensor.cpp \
    main.cpp
target.path = /usr/lib/qt4/plugins/sensors
INSTALLS += target