summaryrefslogtreecommitdiff
path: root/doc/src/platforms/supported-platforms.qdoc
blob: a25a8d7154469f0c47229226e9b575e7fe7fbe0e (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
184
185
186
187
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** 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 Digia.  For licensing terms and
** conditions see http://qt.digia.com/licensing.  For further information
** use the contact form at http://qt.digia.com/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: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/

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

    Qt is a cross-platform application and UI framework. Using Qt,
    you can write GUI applications once and deploy them
    across desktop, mobile and embedded operating systems without
    rewriting the source code.In Qt 5 all platforms are created using
    the new \l{Qt Platform Abstraction} (QPA), which makes it easier
    than before to port Qt into a new operating system.

    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. Open GL (ES) 2.0 or
    DirectX 9 (with ANGLE) is required for Qt Quick 2. Widgets and
    Qt Quick 1 can be used also without hardware acceleration.

    \section1 Desktop Platforms

    You can develop with Qt on the following desktop platforms:

    \list
        \li \l{Qt for Windows}{Windows}
        \li \l{Qt for Linux/X11}{Linux/X11}
        \li \l{Qt for Mac OS X}{Mac OS X}
    \endlist

    \section1 Embedded Platforms
    You can develop with Qt for the following embedded platforms:
    \list
        \li \l{Qt Enterprise Embedded}{Embedded Android}
        \li \l{Qt for Embedded Linux}{Embedded Linux}
        \li \l{Windows CE - Introduction to using Qt}{Windows Embedded (Compact and Standard)}
        \li Real-Time Operating Systems, such as \l{QNX}, VxWorks and INTEGRITY
    \endlist

    \section1 Mobile Platforms

    You can develop with Qt for the following mobile platforms supported
    by Digia:

    \list
        \li \l{Qt for Android}{Android}
        \li \l{Qt for iOS}{iOS}
    \endlist

    The following platforms also support Qt:

    \list
        \li \l{Qt for BlackBerry}{BlackBerry 10}
        \li \l{Sailfish OS}
    \endlist

    Work in progress ports of Qt exist for:

    \list
        \li \l{Qt for WinRT}{WinRT} (including Windows Phone)
        \li \l{Tizen}
    \endlist

    For more information about the Qt modules for mobile platforms, visit
    the \l{Mobile APIs} page.

    \section1 Reference Configurations

    A \e {reference configuration} is a combination of an operating system version,
    a compiler version, and a graphics system. The following table lists the
    configurations that are tested by the Qt Project:

    \table
    \header \li Platform
                                     \li Compiler
    \row    \li Ubuntu Linux 11.10, X11 (32-bit and 64-bit)
                                     \li As provided by Ubuntu
    \row    \li Ubuntu Linux 12.04, X11 (64-bit)
                                     \li As provided by Ubuntu
    \row    \li Microsoft Windows 7 (32-bit)
                                     \li MSVC 2010 SP1
    \row    \li Microsoft Windows 7 (32-bit)
                                     \li \l{http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-posix/dwarf/x32-4.8.0-release-posix-dwarf-rev1.7z}{MinGW-builds gcc 4.8.0 (32-bit)}
    \row    \li Microsoft Windows 8 (32-bit and 64-bit)
                                     \li MSVC 2012 SP2
    \row    \li Microsoft Windows 8.1 (32-bit and 64-bit)
                                     \li MSVC 2012 SP2
    \row    \li Apple Mac OS X 10.7 "Lion", Cocoa (64-bit)
                                     \li Clang as provided by Apple
    \row    \li Apple Mac OS X 10.8 "Mountain Lion", Cocoa (64-bit)
                                     \li Clang as provided by Apple
    \row    \li Apple Mac OS X 10.9 "Mavericks", Cocoa (64-bit)
                                     \li Clang as provided by Apple
    \row    \li Apple iOS 6
                                     \li Clang as provided by Apple
    \row    \li Google Android 4.2
                                     \li As provided by Google (Android NDK 4.8)
    \endtable

    These 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.

    In addition to the reference platforms Qt is occasionally tested on other
    configurations in which it is known to run well. These include, for example:

    \table
    \header \li Platform
                                     \li Compiler
    \row    \li Ubuntu Linux 10.04, X11 (32-bit)
                                     \li As provided by Ubuntu
    \row    \li Microsoft Windows XP (32-bit)
                                     \li MSVC 2008
    \row    \li Apple Mac OS X 10.6 "Snow Leopard", Cocoa (32-bit)
                                     \li GCC as provided by Apple
    \endtable

    Digia, 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.

    \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 Mac OS X - Deployment}{Mac OS X}
            \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, Digia 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.

*/