diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-11 02:13:18 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-11 02:13:18 (GMT) |
commit | 57ce4cba0747d31075d9479c06070dd8aac2b7de (patch) | |
tree | e8f44ce1d7ecb5d22212ad5989df4d2759ba22ff /doc/src/getting-started | |
parent | 3c0a4a16fa857fcf6ec89ef6e3376b262eaeca62 (diff) | |
parent | b18bd68dd05f000c65e33a975bca6bf24dabb8d3 (diff) | |
download | Qt-57ce4cba0747d31075d9479c06070dd8aac2b7de.zip Qt-57ce4cba0747d31075d9479c06070dd8aac2b7de.tar.gz Qt-57ce4cba0747d31075d9479c06070dd8aac2b7de.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-water-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-water-team: (265 commits)
Partial update window surfaces always need a repaint before flush.
Fix for misplaced endif in qglobal.h.
Implement language fallback logic for localize_deployment
Added missing ifdefs to allow compilation on older Symbian versions.
Multiple screen support for Symbian in QDeskopWidget.
Adding quote around files in QMAKE_CLEAN to tackle wildcard issue
Bump Qt version to 4.7.3
Fix unstable qdeclarativeflickable test.
Added native image handle provider header.
Fix possible bearer management Crash with Panic E32USER-CBase, 69
Added native image handle provider support in pixmaps on openvg.
Correcting incorrect ordinal introduced by the split view changes.
Support partial input mode
Update TextEdit's visible selection when only the anchor changes.
Fixed memory leak in GL texture cache with QRuntimePixmapData.
Avoid compiler warnings in openvg on win32.
Updated def files with new QVGPixmapData function.
VGImage readback support in QPixmap on OpenVG.
Invalidate the EGL surface of QMeeGoLivePixmapData when switching to Raster
QNetworkCookie: fix quoted values
...
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index c906f84..6d0256e 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -874,9 +874,10 @@ If the installation fails, please make sure that there is no previously installed version of Qt on the phone. Qt requires some dependent packages to be installed on the device, -they are shipped in the Symbian SDK and can be installed using the -runonphone tool as well. -The packages can be found in the EPOCROOT at the following locations; +which can be installed using the runonphone tool as well. One is +the \c{sqlite3.sis}, which is included in the Qt distribution, while +the others are shipped with the Symbian SDK. The required packages +can be found from the following locations: \snippet doc/src/snippets/code/doc_src_installation.qdoc 50 @@ -1274,10 +1275,18 @@ We hope you will enjoy using Qt. in this release. \endlist - Running Qt on real device requires the Open C to be installed on the device. - The Open C installation packages are embedded into \c{qt_installer.sis}, which is included in - Qt for Symbian binary package. If you are building Qt from scratch, you can find the - required packages in the Symbian SDK where you installed Open C/C++: + Running Qt on real device requires the Open C and sqlite3 to be installed on the device. + These installation packages are embedded into \c{qt_installer.sis}, which is included in + Qt for Symbian binary package. + + If you are building Qt from scratch, you can find the sqlite3 package from + under your Qt installation: + + \list + \o \c{src\s60installs\sqlite3.sis} + \endlist + + The Open C packages you can find in the Symbian SDK where you installed Open C/C++: \list \o \c{nokia_plugin\openc\s60opencsis\pips_s60_<version>.sis} \o \c{nokia_plugin\openc\s60opencsis\openc_ssl_s60_<version>.sis} |