diff options
author | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2011-10-06 16:54:05 +1000 |
---|---|---|
committer | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2011-10-10 09:25:31 +1000 |
commit | a53bcc52d0092b523781e8e731de3e476dc4d4b0 (patch) | |
tree | b90377f47eb669c9ae84a67bd6e0e231810bf59a /doc/src/qtsensors.qdoc | |
parent | 8292bb2ccefa91aa50eff52d8237ddd3cef15bb5 (diff) | |
download | qtsensors-a53bcc52d0092b523781e8e731de3e476dc4d4b0.tar.gz |
Sensors "porting" guide.
Change-Id: Ie471fcb632d3cfc581076c36b1c9bfc78c2b4d22
Reviewed-on: http://codereview.qt-project.org/6211
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc/src/qtsensors.qdoc')
-rw-r--r-- | doc/src/qtsensors.qdoc | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/doc/src/qtsensors.qdoc b/doc/src/qtsensors.qdoc index 2e5ea21..13291db 100644 --- a/doc/src/qtsensors.qdoc +++ b/doc/src/qtsensors.qdoc @@ -62,26 +62,14 @@ \section1 Compatibility with QtMobility Sensors API - QtSensors 5.0 (the initial release) is expected to be source compatible with - Mobility Sensors 1.2. - - Applications using the C++ API may need a few minor changes - (such as removing QTM_* macros) but should otherwise work the same. The .pro file - needs to be updated too. Instead of using: - \code - CONFIG += mobility - MOBILITY += sensors - \endcode - Applications should now use: - \code - QT += sensors - \endcode - - Applications using the QML API should not need any changes because QtSensors - supplies a legacy import. + QtSensors 5.0 (the initial release) is generally expected to be source compatible + with QtMobility Sensors 1.2. \table \row + \o \l {Porting Applications from QtMobility Sensors to QtSensors}{Porting Guide} + \o Information about the steps needed to port applications to the QtSensors API. + \row \o \l {QtMobility.sensors 1.x}{Legacy QML API} \o Information about the legacy QtMobility.sensors QML API \endtable |