summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/supported-platforms.qdoc
blob: b2e6cffd470c46e63ec67afc62d757d589ccdd28 (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
/****************************************************************************
**
** Copyright (C) 2016 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$
**
****************************************************************************/

/*!
    \page supported-platforms.html
    \title Supported Platforms
    \brief The platforms supported by Qt.

    Qt is a commercial and open source licensed cross-platform application
    and UI framework. It is developed by The Qt Company, together with the
    Qt Project Community under an open source governance model.

    Using Qt, you can write GUI applications once and deploy them
    across desktop, mobile and embedded operating systems without
    rewriting the source code.

    Qt is supported on a variety of 32-bit and 64-bit platforms, and can usually
    be built on each platform with GCC, a vendor-supplied compiler, or a third
    party compiler as indicated in the overview below.

    Open GL (ES) 2.0, DirectX 9 or 11 (with ANGLE), or an \l {Qt Quick 2D Renderer} {alternative
    renderer} is required for \l [QtQuick] {Qt Quick} 2.
    \l [QtWidgets] {Qt Widgets}{Widgets} can be used without
    hardware acceleration.

    In Qt 5 all platforms are created using the \l{Qt Platform Abstraction}
    (QPA), which makes it easy to port Qt into a new operating system.

    The following platforms are supported in Qt \qtver. For support information
    for prior Qt releases, please consult the relevant version in the
    \l {http://doc.qt.io/archives/}{Qt Documentation Archives}.

    Configurations in \b bold are \l {Reference Configurations}.

    \note Support for specific configurations or operating system versions may
          end before the support for Qt \qtver does. A subsequent patch release
          of Qt \qtver may drop support for a configuration as a \e {reference
          configuration} or replace it with a currently-supported version.

    \include supported-platforms.qdocinc all

    \section1 Reference Configurations

    The reference configurations are run on the continuous integration (CI)
    system within Qt Project. In addition, they are subjected to unit test suite
    and other internal testing tools on a frequent basis (prior to new version
    releases, source tree branching, and at other significant period points in
    the development process). Errors or bugs discovered in these platforms are
    prioritized for correction. Significant errors discovered in tested
    configurations can impact release dates.

    Any configurations not listed above are not actively tested by the Qt
    Project. However, Qt may run on configurations other than those actively
    tested on, and additional configurations may be raised to tested state, if
    sufficient effort is made to bring continuous integration to an acceptable
    state for that particular configuration.

    The Qt Company, Qt partners, open source projects and community users
    are able to provide assistance with various different supported
    platforms and configurations.

    \section1 Availability of Packages

    You can download the Qt 5 installers and source packages from the \l Downloads page.
    For more information, visit the \l{Getting Started with Qt} page.

    \note All the supported configurations are not provided as binary packages
    in the Qt installer. However, the intention is to provide the most widely-used
    reference configurations for the developer's convenience.

    \section2 Exceptions
    Individual modules might be available only on some platforms, or they might
    not support all configurations. For example, as Qt \WebEngine has Chromium
    as a third-party dependency, platform or configuration limitations upstream
    also apply to Qt \WebEngine.

    The documentation for each module contains detailed information about any
    exceptions the module has from the general platform and configuration
    support as described on this page.

    \section1 Deployment of Qt Applications

    The deployment procedure for each platform is different and they are
    covered in greater detail in their platform pages. Meanwhile, there is a
    deployment article for summarizing the deployment procedure in general.
    \list
    \li \l{Deploying Qt Applications}
        \list
            \li \l{Platform and Compiler Notes - Android#Deployment}{Android}
            \li \l{Qt for iOS}{iOS}
            \li \l{Qt for Linux/X11 - Deployment}{Linux/X11}
            \li \l{Qt for macOS - Deployment}{\macos}
            \li \l{Qt for Windows - Deployment}{Windows}
        \endlist
    \endlist

    \section1 General Legal Disclaimer

    Please note that Qt is offered on an "as is" basis without warranty
    of any kind and that our products are not error or bug free. To the maximum extent
    permitted by applicable law, The Qt Company on behalf of itself and its suppliers, disclaims all
    warranties and conditions, either express or implied, including, but not limited to,
    implied warranties of merchantability, fitness for a particular purpose, title and
    non-infringement with regard to the Licensed Software.

*/