summaryrefslogtreecommitdiffstats
path: root/modules/qt_sensors.pri
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-08-23 11:21:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-25 07:59:15 +0200
commitfd6f05aa763538309c4d26223f2111be8ec0f82d (patch)
tree503309c2369b1279eef94f810e45b03e574b7501 /modules/qt_sensors.pri
parent85dc94873bd21d97cd472af77fefa25fecd8618e (diff)
QtmSensors, legacy sensors library.
QtSensors will not remain source-compatible with Mobility. QtmSensors exists to provide a source-compatible API. QtmSensors is implemented as a wrapper over the QtSensors library. Only front end functionality is supported. Backends must be ported to QtSensors. Change-Id: Ia7e45b719fb5f84637f899374990dbd680e259bd Reviewed-on: http://codereview.qt.nokia.com/3348 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'modules/qt_sensors.pri')
-rw-r--r--modules/qt_sensors.pri18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/qt_sensors.pri b/modules/qt_sensors.pri
index a67da06a..a8503a8e 100644
--- a/modules/qt_sensors.pri
+++ b/modules/qt_sensors.pri
@@ -15,3 +15,21 @@ QT.sensors.depends = core
QT.sensors.DEFINES = QT_SENSORS_LIB
QT_CONFIG += sensors
+
+QT.qtmsensors.VERSION = 5.0.0
+QT.qtmsensors.MAJOR_VERSION = 5
+QT.qtmsensors.MINOR_VERSION = 0
+QT.qtmsensors.PATCH_VERSION = 0
+
+QT.qtmsensors.name = QtmSensors
+QT.qtmsensors.bins = $$QT_MODULE_BIN_BASE
+QT.qtmsensors.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtmSensors
+QT.qtmsensors.private_includes = $$QT_MODULE_INCLUDE_BASE/QtmSensors/$$QT.qtmsensors.VERSION
+QT.qtmsensors.sources = $$QT_MODULE_BASE/src/qtmsensors
+QT.qtmsensors.libs = $$QT_MODULE_LIB_BASE
+QT.qtmsensors.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.qtmsensors.imports = $$QT_MODULE_IMPORT_BASE
+QT.qtmsensors.depends = sensors
+QT.qtmsensors.DEFINES = QTM_SENSORS_LIB
+
+QT_CONFIG += qtmsensors