diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-04-01 10:03:39 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-04-01 10:03:39 (GMT) |
commit | 85d854855548497d95bef70af4d650af931a26ac (patch) | |
tree | e41d7825e48027214c3f2670ad77a4917ec74613 /doc/src/demos | |
parent | 2d0dd40702fe2be32b41efa915e6e71c310c45f1 (diff) | |
download | Qt-85d854855548497d95bef70af4d650af931a26ac.zip Qt-85d854855548497d95bef70af4d650af931a26ac.tar.gz Qt-85d854855548497d95bef70af4d650af931a26ac.tar.bz2 |
Removed mobile demos from the Symbian build in demos.pro
The demos require QtMobility libraries. Added notices in the
demo pages about the requirement.
Reviewed-by: Casper van Donderen
Diffstat (limited to 'doc/src/demos')
-rw-r--r-- | doc/src/demos/guitartuner.qdoc | 1 | ||||
-rw-r--r-- | doc/src/demos/mobiledemos.qdoc | 2 | ||||
-rw-r--r-- | doc/src/demos/qml-qtbubblelevel.qdoc | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/demos/guitartuner.qdoc b/doc/src/demos/guitartuner.qdoc index c669765..8678db1 100644 --- a/doc/src/demos/guitartuner.qdoc +++ b/doc/src/demos/guitartuner.qdoc @@ -40,5 +40,6 @@ code to the Qt Quick UI. The example is hosted in Projects Forum Nokia: https://projects.forum.nokia.com/guitartuner +\note This demonstration requires QtMobility libraries. \image qml-guitartuner-example.png */ diff --git a/doc/src/demos/mobiledemos.qdoc b/doc/src/demos/mobiledemos.qdoc index 47241a6..15fac7e 100644 --- a/doc/src/demos/mobiledemos.qdoc +++ b/doc/src/demos/mobiledemos.qdoc @@ -34,6 +34,8 @@ capabilities. Uses the multimedia and systeminfo modules of \l{external: Qt Mobility Manual}{Qt Mobility}. + \note This demonstration requires QtMobility libraries. + */ diff --git a/doc/src/demos/qml-qtbubblelevel.qdoc b/doc/src/demos/qml-qtbubblelevel.qdoc index 63ac286..82ea4dc 100644 --- a/doc/src/demos/qml-qtbubblelevel.qdoc +++ b/doc/src/demos/qml-qtbubblelevel.qdoc @@ -37,6 +37,8 @@ as atraditional bubble level. The application provides a calibration feature to handle any possible errors in accelerometer readings. The example is hosted in Projects Forum Nokia: https://projects.forum.nokia.com/qtbubblelevel +\note This demonstration requires QtMobility libraries. + \image qml-qtbubblelevel-demo.png \section1 Initialising the application |