|
65 | 65 |
|
66 | 66 | This page describes implementation details regarding the Qt for Symbian port. To get
|
67 | 67 | started with application development for Symbian devices, read the \l
|
68 |
| - {http://doc.qt.nokia.com/qtcreator/creator-developing-symbian.html} |
| 68 | + {external: Setting Up Development Environment for Symbian} |
69 | 69 | {Connecting Symbian Devices} document.
|
70 | 70 |
|
71 | 71 | \section1 Source Compatibility
|
|
95 | 95 | \target Supported Devices
|
96 | 96 | \section1 Supported Devices
|
97 | 97 |
|
98 |
| - The \l {http://developer.qt.nokia.com/wiki/support_for_Symbian}{Support for Symbian} document |
| 98 | + The \l {http://wiki.qt.io/Support_for_Symbian}{Support for Symbian} document |
99 | 99 | details the Qt support on different Symbian devices.
|
100 | 100 |
|
101 | 101 | The \l {http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian#Supported_Devices}
|
|
124 | 124 | \list
|
125 | 125 | \o QtConcurrent
|
126 | 126 | \o QtDBus
|
127 |
| - \o \l {http://doc.qt.nokia.com/4.8/printing.html}{Printing support} |
| 127 | + \o \l {http://doc.qt.io/qt-4.8/printing.html}{Printing support} |
128 | 128 | \o Qt3Support
|
129 | 129 | \endlist
|
130 | 130 |
|
|
141 | 141 | \row \o QtGui
|
142 | 142 | \o QtGui's widgets are deprecated (i.e. they are available but not
|
143 | 143 | recommended to use) in the Symbian port. It is recommended to use \l
|
144 |
| - {http://doc.qt.nokia.com/qt-components-symbian-1.1/symbian-components-functional.html} |
| 144 | + {http://doc.qt.digia.com/qt-components-symbian-1.0/symbian-components-functional.html} |
145 | 145 | {Qt Quick Components for Symbian} instead, because they provide
|
146 | 146 | better look and feel on Symbian devices.
|
147 | 147 |
|
|
186 | 186 | Known issues can be found by visiting the
|
187 | 187 | \l{http://qt.gitorious.org/qt/pages/QtKnownIssues}{wiki page} with an
|
188 | 188 | up-to-date list of known issues, and the list of bugs can be found by
|
189 |
| - \l{http://bugreports.qt-project.org/browse/QTBUG/component/19171}{browsing} the |
| 189 | + \l{http://bugreports.qt.io/browse/QTBUG/component/19171}{browsing} the |
190 | 190 | S60 component in Qt's public task tracker, located at
|
191 |
| - \l{http://bugreports.qt-project.org/}{http://bugreports.qt-project.org/}. |
| 191 | + \l{http://bugreports.qt.io/}{http://bugreports.qt.io/}. |
192 | 192 |
|
193 | 193 | For information about mixing exceptions with Symbian leaves, see
|
194 | 194 | \l{Exception Safety with Symbian}.
|
|
200 | 200 | capabilities to function properly. The capabilities your application needs
|
201 | 201 | to function properly depends on which parts of Qt you use.
|
202 | 202 | In a Qt application Symbian capabilities are defined in the
|
203 |
| - \l {http://doc.qt.nokia.com/4.8/qmake-variable-reference.html#target-capability} |
| 203 | + \l {http://doc.qt.io/qt-4.8/qmake-variable-reference.html#target-capability} |
204 | 204 | {TARGET.CAPABILITY} qmake variable in the project file.
|
205 | 205 | Here is an overview for which capabilities may be needed when using different modules:
|
206 | 206 |
|
|
236 | 236 | \section1 Multimedia Support
|
237 | 237 |
|
238 | 238 | Qt Mobility provides a high-level API for multimedia functionality with
|
239 |
| - \l{http://doc.qt.nokia.com/qtmobility/multimedia.html}{QtMultimediaKit}. |
| 239 | + \l{http://doc.qt.digia.com/qtmobility/multimedia.html}{QtMultimediaKit}. |
240 | 240 | In addition, Qt provides the low-level \l {QtMultimedia}{QtMultimedia}
|
241 | 241 | module that is internally used by the QtMultimediaKit. For more information
|
242 | 242 | on developing multimedia applications for Symbian devices, see
|
|
295 | 295 | Symbian. The OpenVG graphics system is not able to manage OpenGL graphics
|
296 | 296 | resources. Also, a QGLWidget object is not able to release its GPU resources
|
297 | 297 | when the application goes to the background. If OpenGL functionality is
|
298 |
| - needed, \l { http://doc.qt.nokia.com/4.7-snapshot/qapplication.html#setGraphicsSystem} |
| 298 | + needed, \l {http://doc.qt.io/qt-4.8/qapplication.html#setGraphicsSystem} |
299 | 299 | {OpenGL graphics system} usage is recommended. If an application
|
300 | 300 | decides to use QGLWidget, then it is the application's responsibility to
|
301 | 301 | destroy and release QGLWidget and related OpenGL resources when the
|
|
0 commit comments