summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/supported-platforms.qdocinc
blob: ff41ee42c7ec454c12bdddb7d580890c60edcb1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/****************************************************************************
**
** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
** $QT_END_LICENSE$
**
****************************************************************************/

/*!

//! [all]
\section1 Desktop Platforms
//! [desktop]

\section2 \l{Qt for Linux/X11}{Linux/X11}
//! [linux]
\table 80%
    \header \li Distribution \li Architecture \li Compiler \li Notes
    \row \li openSUSE 15.1
        \li \c x86_64
        \li GCC 5 or later, \b {GCC 7}, \b {ICC 19.1}
        \li
    \row \li SUSE Linux Enterprise Server
        \li \c x86_64
        \li GCC 5 or later, \b {GCC 10}
        \li
    \row \li Red Hat Enterprise Linux 8.4
        \li \c x86_64
        \li \b {GCC 10.1 via gcc-toolset-10}
        \li
    \row \li Red Hat Enterprise Linux 7.6
        \li \c x86_64
        \li \b {GCC 5.3.1 via devtoolset-4}
        \li
    \row \li Ubuntu 20.04
        \li \c x86_64
        \li GCC 5 or later, \b {GCC 9}
        \li
    \row \li Ubuntu 18.04
        \li \c x86_64
        \li GCC 5 or later, \b {GCC 9}
        \li
    \row \li Generic Linux
        \li \c x86 and \c x86_64
        \li GCC (5 or later), ICC 18.x
        \li
\endtable
//! [linux]

\section2 \l{Qt for macOS}{\macos}
//! [macos]
\table 80%
    \header \li Target Platform \li Architecture \li Build Environment
    \row \li \macos 10.13, \macos 10.14, \macos 10.15, \macos 11, \macos 12
        \li \c x86_64 and \c x86_64h and \c arm64
        \li Xcode 11 or Xcode 12 or \b {Xcode 13} (12 SDK)
\endtable
//! [macos]

\section2 \l{Qt for Windows}{Windows}
//! [windows]
\table 80%
    \header \li Operating System \li Architecture \li Compiler \li Notes
    \row \li Windows 11 21H2
        \li \c x86 and \c x86_64
        \li {MSVC 2019}
        \li
    \row \li Windows 10 21H2
        \li \c x86 and \c x86_64
        \li MSVC 2022, \b {MSVC 2019}, MSVC 2017, MSVC 2015, MinGW 8.1
        \li
    \row \li Windows 8.1
        \li \c x86 and \c x86_64
        \li MSVC 2019, MSVC 2017, MinGW 8.1
        \li
    \row \li Windows 7
        \li \c x86 and \c x86_64
        \li MSVC 2019, MSVC 2017, MinGW 8.1
        \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z/download}{MinGW-builds GCC 8.1.0 (x86)}
\endtable

//! [windows]

//! [desktop]

\section1 Mobile Platforms
//! [mobile]

\section2 \l{Qt for Android}{Android}
//! [android]
\table 80%
    \header \li Platform Version \li Architecture \li Compiler \li Build Environment
    \row \li Android 5.0 or later (that is, API Level 21 and up)
        \li \c armv7a and \c x86, \c arm64-v8 and \c x86_64
        \li \b {Clang as provided by Google}, \b {MinGW 8.1}
        \li \b {RHEL 8.x (x86_64)}, \b {RHEL 7.x (x86_64)}, \b{\macos 10.15}, \b {Windows 10 21H2 (x86_64)}
\endtable
//! [android]

\section2 \l{Qt for iOS}{iOS/tvOS/watchOS}
//! [ios]
\table 80%
    \header \li Target Platform \li Architecture \li Build Environment \li Notes
    \row \li iOS 12, iOS 13, iOS 14, iOS 15
        \li \c armv8 (\c arm64)
        \li  Xcode 11 (iOS 13.2 SDK), Xcode 12 (iOS 14 SDK), \b {Xcode 13} (iOS 15 SDK)
        \li
    \row \li tvOS 12, tvOS 13
        \li \c armv8 (\c arm64)
        \li Xcode 11 (tvOS 13 SDK)
        \li Technology Preview
    \row \li watchOS 5, watchOS 6
        \li \c armv7k
        \li Xcode 11 (watchOS 6 SDK)
        \li Technology Preview. No UI.
\endtable
//! [ios]

\section2 \l{Qt for UWP}{Universal Windows Platform (UWP)}
//! [winrt]
\table 80%
    \header \li Platform Version \li Architecture \li Compiler \li Build Environment
    \row \li Universal Windows Platform 10
        \li \c x86, \c x86_64, and \c armv7
        \li \b{MSVC 2019}, MSVC 2017
        \li \b{Windows 10}
\endtable

\br
Universal Windows Platforms include Windows 10, Windows 10 IoT devices, Xbox
One, and HoloLens.
//! [winrt]

//! [mobile]

\section2 \l{Qt for WebAssembly}{Qt for WebAssembly}
//! [qtwasm]
\table 80%
    \header \li Target Browser \li Device
    \row \li Chrome \li Desktop
    \row \li FireFox \li Desktop
    \row \li Safari \li Desktop, Mobile
    \row \li Edge (Chrome) \li Desktop
    \row \li Android Browser \li Mobile
\endtable

\br
If the browser supports WebAssembly then Qt should run.
\note Qt has a fixed WebGL requirement, also for apps that do not use WebGL
directly. Browsers often blacklist WebGL for older/unsupported GPUs.
//! [qtwasm]

\section1 Embedded Platforms
//! [embedded]

For embedded platform support, including \l{Qt for Embedded Linux}{Embedded Linux},
\l{Qt for INTEGRITY}{INTEGRITY}, \l{Qt for QNX}{QNX}, and \l{Qt for VxWorks}{VxWorks},
please consult the \l {Qt for Device Creation} documentation.

//! [embedded]

//! [all]

*/