qtmobility/plugins/sensors/s60_sensor_api/s60_sensor_api.pri
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:08:38 +0300
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE

HEADERS += qs60sensorapiaccelerometer.h

SOURCES += main.cpp \
           qs60sensorapiaccelerometer.cpp


# Enable this to build winscw and comment LIBS += -lRRSensorApi out
# MMP_RULES does not work with sbsv2
# Sbsv2 does not work with s60 v3.1 winscw (works fine with armv5)
#LIBS += -lRRSensorApi
MMP_RULES += "$${LITERAL_HASH}ifndef WINSCW" \
             "LIBRARY    RRSensorApi.lib" \
             "$${LITERAL_HASH}else" \
             "MACRO HAS_NO_SENSOR_PROVISION" \
             "$${LITERAL_HASH}endif"

message("Note: RRSensor API not supported for 3.1 winscw target")