summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2022-08-15 10:38:40 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-17 05:56:28 +0000
commitd7e4a4e8c75fadcb5a8c3bfe4ddae3730061dd59 (patch)
tree3b18e6b76e743c79a18ce7b49863fbe6eb5e9c5a
parent84a37453775749d3dc34c25ff231dd6265125a0b (diff)
downloadqtdoc-d7e4a4e8c75fadcb5a8c3bfe4ddae3730061dd59.tar.gz
Doc: Remove indents in front IOS and Android tables
Partially reverted change 418151. Change-Id: I9743cec01ce66a69f5f40df2e1526a6d19aa5799 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 822c4bb20d28682791aba7d0d2340552930765ad) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index 8df2ff5c..0ac6c4a0 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -67,29 +67,29 @@
\section2 \l{Qt for Android}{Android}
//! [android]
- The following configurations are supported in this Qt release:
- \table 80%
- \header \li Distribution \li Architecture \li Compiler \li Notes
- \row \li Android 6.0 or later (API level 23 or higher)
- \li \c armv7a, \c x86, \c arm64-v8, and \c x86_64
- \li Clang 12.0.8 (NDK r23b) as provided by Google, MinGW 8.1
- \li For JDK versions see \l{Java Development Kit (JDK)}
- \endtable
- \note Qt user apps require using the same NDK r23b version used for
- building the official Qt for Android libraries. A different
- version might be missing the symbols for \c __emutls_get_address.
+The following configurations are supported in this Qt release:
+\table 80%
+ \header \li Distribution \li Architecture \li Compiler \li Notes
+ \row \li Android 6.0 or later (API level 23 or higher)
+ \li \c armv7a, \c x86, \c arm64-v8, and \c x86_64
+ \li Clang 12.0.8 (NDK r23b) as provided by Google, MinGW 8.1
+ \li For JDK versions see \l{Java Development Kit (JDK)}
+\endtable
+\note Qt user apps require using the same NDK r23b version used for
+building the official Qt for Android libraries. A different
+version might be missing the symbols for \c __emutls_get_address.
//! [android]
\section2 \l{Qt for iOS}{iOS}
//! [ios]
- \table 80%
- \header \li Target Platform \li Architecture \li Build Environment \li Notes
- \row \li iOS 13, iOS 14, iOS 15
- \li \c armv8 (\c arm64)
- \li Xcode 12 (iOS 14 SDK), \b {Xcode 13} (iOS 15 SDK)
- \li
- \endtable
+\table 80%
+ \header \li Target Platform \li Architecture \li Build Environment \li Notes
+ \row \li iOS 13, iOS 14, iOS 15
+ \li \c armv8 (\c arm64)
+ \li Xcode 12 (iOS 14 SDK), \b {Xcode 13} (iOS 15 SDK)
+ \li
+\endtable
//! [ios]
\section2 \l{Qt for WebAssembly}{WebAssembly (Technology Preview)}