summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/supported-platforms.qdocinc
blob: 8a8ab8f5c8abb1692ab99a43aa6dd09898cd27fa (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
/****************************************************************************
**
** Copyright (C) 2017 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.x
        \li \c x86_64
        \li \b {GCC 7}, \b {ICC}
        \li
    \row \li Red Hat Enterprise Linux 7.x
        \li \c x86_64
        \li \b {GCC 5.3.1}
        \li devtoolset-4
    \row \li Ubuntu 18.04
        \li \c x86_64
        \li GCC as provided by Canonical, \b {GCC 7.3.0}
        \li
    \row \li Ubuntu 16.04
        \li \c x86_64
        \li GCC as provided by Canonical, GCC 5.4.0
        \li
    \row \li Generic Linux
        \li \c x86 and \c x86_64
        \li GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7
        \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.12, 10.13, \b 10.14
        \li \c x86_64 and \c x86_64h
        \li \b {Xcode 10} (10.14 SDK), Xcode 9\raisedaster (10.13 SDK)
\endtable
    \br
    \b{Note:} Xcode 9 is only supported for application development (to be able to opt out
    of features such as layer-backing and dark mode), not for development of Qt itself.
//! [macos]

\section2 \l{Qt for Windows}{Windows}
//! [windows]
\table 80%
    \header \li Operating System \li Architecture \li Compiler \li Notes
    \row \li Windows 10
        \li \c x86 and \c x86_64
        \li \b {MSVC 2017}, \b {MSVC 2015}, \b {MinGW 7.3}
        \li Tested on \e {Windows 10 (1809) October 2018 Update}
    \row \li Windows 8.1
        \li \c x86 and \c x86_64
        \li MSVC 2017, MSVC 2015, MinGW 7.3
        \li
    \row \li Windows 7
        \li \c x86 and \c x86_64
        \li MSVC 2017, MSVC 2015, \b {MinGW 7.3}
        \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/7.3.0/threads-posix/dwarf/i686-7.3.0-release-posix-dwarf-rt_v5-rev0.7z/download}{MinGW-builds GCC 7.3.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, 6, 7, 8 (API Level 21)
        \li \c armv7 and \c x86
        \li \b {Clang as provided by Google}, \b {MinGW 7.3}
        \li \b {RHEL 7.x (x86_64)}, \b{\macos 10.13}, \b {Windows 7 (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 11, \b{iOS 12}
        \li \c armv8 (\c arm64)
        \li \b {Xcode 10} (iOS 12 SDK)
        \li
    \row \li tvOS 11, \b{tvOS 12}
        \li \c armv8 (\c arm64)
        \li \b {Xcode 10} (tvOS 12 SDK)
        \li Technology Preview
    \row \li watchOS 4, \b{watchOS 5}
        \li \c armv7k
        \li \b {Xcode 10} (watchOS 5 SDK)
        \li Technology Preview. No UI.
\endtable
//! [ios]

\section2 \l{Qt for WinRT}{WinRT}
//! [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 2017}, \b{MSVC 2015}
        \li \b{Windows 10} (1809) October 2018 Update
\endtable

\br
Universal Windows Platforms include Windows 10, Windows 10 IoT devices, Xbox
One, and HoloLens.

//! [winrt]

//! [mobile]

\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 {http://doc.qt.io/QtForDeviceCreation}{Qt for Device Creation}
documentation.

//! [embedded]

//! [all]

*/