diff options
author | Leena Miettinen <[email protected]> | 2012-08-23 16:10:58 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2012-08-23 16:46:14 +0200 |
commit | fd8de2f48d36af3afaac85e4eb77d5278b67fad2 (patch) | |
tree | a2dae644801613c769f5d2b83ba6511e8c33e0bb /doc | |
parent | 0cff59f044d76620dd48f23f8d9400731f283ea5 (diff) |
Doc: some cleanup after the Symbian target removal
Fix next and previous links, remove links to obsolete
topics, add a note about removed Symbian support.
Change-Id: I585e3cf868df6310c06465ea826c29d1b977e188
Reviewed-by: Alessandro Portale <[email protected]>
Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/overview/creator-target-platforms.qdocinc | 5 | ||||
-rw-r--r-- | doc/src/overview/creator-tutorials.qdoc | 3 | ||||
-rw-r--r-- | doc/src/projects/creator-projects-targets.qdoc | 6 | ||||
-rw-r--r-- | doc/src/qtcreator.qdoc | 1 | ||||
-rw-r--r-- | doc/src/qtquick/qtquick-app-tutorial.qdoc | 1 | ||||
-rw-r--r-- | doc/src/widgets/qtdesigner-app-tutorial.qdoc | 1 |
6 files changed, 7 insertions, 10 deletions
diff --git a/doc/src/overview/creator-target-platforms.qdocinc b/doc/src/overview/creator-target-platforms.qdocinc index 28bf37cfdd5..c977d45278d 100644 --- a/doc/src/overview/creator-target-platforms.qdocinc +++ b/doc/src/overview/creator-target-platforms.qdocinc @@ -65,3 +65,8 @@ \o Yes \o Yes \endtable + + \note Symbian support has been removed from \QC 2.6. To develop for Symbian, + install \QSDK 1.2.1 or \QSDK 1.1.2 (that contains the Qt 4.6.3 for Symbian + and Qt 4.7.3 for Symbian^3 and Symbian Anna targets) and use \QC 2.4. + diff --git a/doc/src/overview/creator-tutorials.qdoc b/doc/src/overview/creator-tutorials.qdoc index a6345daab0a..cbbb6fe86cc 100644 --- a/doc/src/overview/creator-tutorials.qdoc +++ b/doc/src/overview/creator-tutorials.qdoc @@ -42,9 +42,6 @@ \o \l{Creating a Qt Quick Application} Learn about the basic Qt Quick concepts and QML elements. - \o \l{Using Qt Quick Components} - - Learn how to develop a Qt Quick application for mobile devices. \o \l{Creating a Qt Widget Based Application} diff --git a/doc/src/projects/creator-projects-targets.qdoc b/doc/src/projects/creator-projects-targets.qdoc index 6f6cfef6e6d..e47a409f312 100644 --- a/doc/src/projects/creator-projects-targets.qdoc +++ b/doc/src/projects/creator-projects-targets.qdoc @@ -90,12 +90,6 @@ if they are installed on the development PC, but were not detected automatically. For more information, see \l{Adding Tool Chains}. - \note The \gui {Symbian Device} target uses the GCCE tool chain by - default. To use RVCT for building, install the RVCT tool chain, and - then select it in the \gui {Tool chain} field. RVCT 2.2 is supported - on Symbian^3 and earlier. RVCT 4.0 b902 or later is required for - Symbian Belle. - \o In the \gui {Debugger command} field, specify the path to the debugger command. On Windows, specify the path to the Windows Console Debugger executable (32-bit version). diff --git a/doc/src/qtcreator.qdoc b/doc/src/qtcreator.qdoc index 7d5d0796786..01fcb0e7404 100644 --- a/doc/src/qtcreator.qdoc +++ b/doc/src/qtcreator.qdoc @@ -153,7 +153,6 @@ \o \l{Tutorials} \list \o \l{Creating a Qt Quick Application} - \o \l{Using Qt Quick Components} \o \l{Creating a Qt Widget Based Application} \endlist \endlist diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc index 1d42f877734..b00b72a2f71 100644 --- a/doc/src/qtquick/qtquick-app-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc @@ -27,6 +27,7 @@ \contentspage index.html \previouspage creator-tutorials.html \page creator-qml-application.html + \nextpage creator-writing-program.html \title Creating a Qt Quick Application diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index 0b81e015095..8afe90923b5 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -25,6 +25,7 @@ /*! \contentspage index.html + \previouspage creator-qml-application.html \page creator-writing-program.html \nextpage creator-project-managing.html |