summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-10-05 15:47:14 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-10-11 10:08:56 +0000
commit02796fba23b37e822d8779acaec49b2ae6b705d4 (patch)
tree8473acd650e5ef82eb3165523982416a25457f23
parentd8ce2112906b05c3eb05a94788b86eed02efb986 (diff)
downloadqtdoc-02796fba23b37e822d8779acaec49b2ae6b705d4.tar.gz
Remove wrong keyword for supported platforms
The page isn't just dealing with community supported platforms. Change-Id: Id7d29f7bf47d5d7ce92ae438ba8455a20add9a66 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--doc/src/configure.qdoc2
-rw-r--r--doc/src/getting-started/gettingstarted.qdoc2
-rw-r--r--doc/src/getting-started/installation.qdoc2
-rw-r--r--doc/src/index.qdoc2
-rw-r--r--doc/src/platforms/linux.qdoc2
-rw-r--r--doc/src/platforms/macos.qdoc2
-rw-r--r--doc/src/platforms/supported-platforms.qdoc1
-rw-r--r--doc/src/platforms/windows.qdoc2
-rw-r--r--doc/src/qmlapp/usecases/styling.qdoc2
9 files changed, 8 insertions, 9 deletions
diff --git a/doc/src/configure.qdoc b/doc/src/configure.qdoc
index d3fbf87a..eb7f4c4c 100644
--- a/doc/src/configure.qdoc
+++ b/doc/src/configure.qdoc
@@ -188,7 +188,7 @@
The \c -platform option sets the host platform and the compiler for building
the Qt sources. The list of supported platforms and compilers is found in
- the \l{Community Supported Platforms}{supported platforms} page while the
+ the \l{Supported Platforms}{supported platforms} page while the
full list is available in \e{qtbase/mkspecs} directory.
For example, on Ubuntu Linux systems, Qt can be compiled by several
diff --git a/doc/src/getting-started/gettingstarted.qdoc b/doc/src/getting-started/gettingstarted.qdoc
index 04d7a132..cffa9123 100644
--- a/doc/src/getting-started/gettingstarted.qdoc
+++ b/doc/src/getting-started/gettingstarted.qdoc
@@ -103,7 +103,7 @@
\li \l{Qt for WinRT}{Windows Runtime}
\endlist
- For more information, visit the \l{Community Supported Platforms}
+ For more information, visit the \l{Supported Platforms}
{supported platforms} page.
\section1 Create Your First Applications
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 17b23c8f..3416fcd7 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -41,7 +41,7 @@ For more information, visit the \l{Getting Started with Qt} page.
This page lists the relevant information for installing Qt by building the Qt
sources. The installation procedure is different on each Qt platform. This page
-collects the relevant information for the \l{Community Supported Platforms}
+collects the relevant information for the \l{Supported Platforms}
{supported platforms}.
\section1 General Installation Information
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index 321d6b7f..7bc8134b 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -94,7 +94,7 @@
\li \l{Getting Started with Qt}
\li \l{What's New in Qt 5}
\li \l{Qt Examples and Tutorials}{Examples and Tutorials}
- \li \l{Community Supported Platforms}{Supported Platforms}
+ \li \l{Supported Platforms}
\li \l{Qt Licensing}
\endlist
\enddiv
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index 8284124d..b95cc114 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -785,7 +785,7 @@
Linux/x86, Linux/ppc, Linux/amd64 and Linux/ia64 (including Altix(R)).
For information about the specific compilers supported, visit the
- \l{Community Supported Platforms#Reference Configurations}{supported platforms} page.
+ \l{Supported Platforms#Reference Configurations}{supported platforms} page.
\section2 Installation problems
diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc
index 407d00b6..1468f852 100644
--- a/doc/src/platforms/macos.qdoc
+++ b/doc/src/platforms/macos.qdoc
@@ -183,7 +183,7 @@
Qt for macOS is tested and compatible with several versions of GCC (GNU
Compiler Collection) and Clang (as available from Xcode). For a list of
tested configurations, refer to the \e{Reference Configuration} section of
- the \l{Community Supported Platforms#Reference Configurations}{supported platforms}
+ the \l{Supported Platforms#Reference Configurations}{supported platforms}
page.
\section1 QDoc Dependencies
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 97f952d0..9d980de0 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -26,7 +26,6 @@
****************************************************************************/
/*!
- \keyword Community Supported Platforms
\page supported-platforms.html
\title Supported Platforms
\brief The platforms supported by Qt.
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 6d3426cb..99adc017 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -428,7 +428,7 @@
For more information about the MinGW builds, visit the
\e{Reference Configuration} section of the
- \l{Community Supported Platforms#Reference Configurations}{supported platforms}
+ \l{Supported Platforms#Reference Configurations}{supported platforms}
page.
\section2 Clang(clang-cl)
diff --git a/doc/src/qmlapp/usecases/styling.qdoc b/doc/src/qmlapp/usecases/styling.qdoc
index 9c17ca25..74b51d61 100644
--- a/doc/src/qmlapp/usecases/styling.qdoc
+++ b/doc/src/qmlapp/usecases/styling.qdoc
@@ -35,7 +35,7 @@ Qt Quick's \l{Models and Views in Qt Quick}{delegates} the visual type attaches
to the \e delegate property.
When using \l{Qt Quick Controls}, the controls automatically set
-the appropriate style from the respective \l{Community Supported Platforms}{platforms}.
+the appropriate style from the respective \l{Supported Platforms}{platforms}.
\section1 Using the Styling QML Types