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