From 238f8cd45014ee5ffa06d7ff2e6ebd2c0b9c5702 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Tue, 19 Jul 2011 12:20:12 +0200 Subject: [PATCH] Doc: Qt Simulator use case Change-Id: I62d47a60ad0f6d904bc8717f43e0c6bae8152ee9 Reviewed-on: http://codereview.qt.nokia.com/1820 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> --- doc/qtcreator.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index cac8b4a0eab..839d5e0c60a 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -465,6 +465,13 @@ can change the information that the device has about its configuration and environment. + Qt Simulator does not support any device specific APIs by design. Therefore, + applications that run well on Qt Simulator also run on any device that hosts + the Qt and Qt Mobility libraries. However, this means that you cannot use + Qt Simulator to test applications that use device specific libraries, such + as Symbian C++ APIs. To test such applications, use the device emulators or + real devices. + The Qt Simulator is installed as part of the \QSDK. After it is installed, you can select it as a build target in Qt Creator. -- GitLab