summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/supported-platforms.qdoc
blob: 9982769a32852266a22b2352ec86d0481de5d6ba (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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
/****************************************************************************
**
** 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 windows-support.html
    \title Support for Windows
    \brief Platform support for Windows.
    \ingroup platform-details

    \section1 Qt on Windows

    Qt is a comprehensive application and UI framework for developing Windows
    applications that can also be deployed across many other desktop and
    embedded operating systems without rewriting the source code. Use the
    code from one single code-base and rebuild for all
    \l{Supported Platforms}{supported Windows versions and other platforms}.

    \section1 Getting Started on Windows

    \list
        \li \l{Getting Started with Qt}
        \li \l{Supported Platforms}{Supported Windows platforms} - Qt
        supports a wide range of Windows platforms.
        \li \l{Qt for Windows Requirements}{Qt for Windows Requirements}
        - Requirements for developing with Qt on Windows.
        \li \l{Installing Qt for Windows}{Installing Qt for Windows}
        - Build Qt for Windows development.
        \li \l{Platform and Compiler Notes - Windows}{Platform and Compiler Notes - Windows}
        - Windows platform specific notes.
    \endlist

    \section1 Key Features for Windows Development

    \section2 Rich Class Library

    The Qt class library includes all the functionality needed to build
    advanced GUI applications.

    \list
        \li Complete set of customizable  \l{UI Design with Qt}{UI
        controls/widgets}
        \li 3D graphics support with \l{QtOpenGL Module}{OpenGL}
        or Direct3D
        \li Powerful \l{Thread Support in Qt}{multi-threading} features
        \li \l{Graphics View Framework}{2D graphics canvas} capable of
        handling millions of items
        \li \l Multimedia support
        \li \l{WebKit in Qt}{WebKit} integration
        \li \l{Network programming with Qt}{Networking}, \l{QtXml Module}
        {XML} and \l{Data Storage}{data storage} functionality
        \li \l{ECMAScript Reference}{ECMA standard} scripting engine
        \li \l{ActiveX in Qt}
    \endlist

    \section2 Integrated Development Tools

    Qt includes a set of integrated development tools to speed
    development on the Windows platform.

    \list
        \li \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
        visual GUI builder.
        \li \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
        and translation features.
        \li \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
        file reader providing the complete Qt documentation offline.
    \endlist

    \section2 Cross-Platform Development using Qt Creator

    \l{Qt Creator Manual}{Qt Creator} is
    a complete Cross-platform IDE included in the Qt SDK. The IDE allows
    programmers to create, build, debug and run Qt applications accross all
    supported platforms.

    \section2 Visual Studio Add-in.

    The Qt Visual Studio Add-in allows programmers to create, build, debug
    and run Qt applications from within Microsoft Visual Studio 2005, 2008
    and 2010. The add-in contains project wizards, Qt project import/export
    support, integrated Qt resource manager and automated build setup for
    the Qt Meta-Object Compiler, User Interface Compiler, and Resource
    Compiler.

*/

/*!
    \page linuxX11-support.html
    \title Support for Linux/X11
    \brief Platform support for Linux/X11.
    \ingroup platform-details

    \section1 Qt on Linux/X11

    Qt is a comprehensive application and UI framework for developing
    Linux/X11 applications that can also be deployed across many other
    desktop and embedded operating systems without rewriting the source code.
    Use the code from one single code-base and rebuild for all
    \l{Supported Platforms}{supported X11 versions and other platforms}.

    \section1 Getting Started on Linux/X11

    \list
        \li \l{Getting Started with Qt}
        \li \l{Supported Platforms}{Supported Linux/X11 platforms} - Qt
        supports a wide range of Linux/X11 platforms.
        \li \l{Qt for X11 Requirements}{Qt for X11 Requirements}
        - Software required to run Qt on Linux/X11.
        \li \l{Installing Qt for X11 Platforms}{Installing Qt for X11 Platforms}
        - Build Qt for Linux/X11 development.
        \li \l{Platform and Compiler Notes - X11}{Platform and Compiler Notes - X11}
        - Platform specific notes.
    \endlist

    \section1 Key Features for Linux/X11 Development

    \section2 Integrated Development Tools

    Qt includes a set of integrated development tools to speed development
    on X11 platforms.

    \list
        \li \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
        visual GUI builder.
        \li \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
        and translation features.
        \li \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
        file reader providing the complete Qt documentation offline.
        \li Integration with
        \l{Eclipse Plugin}{Eclipse}
        and KDevelop IDEs are also available.
    \endlist

    \section2 Cross-Platform Development using Qt Creator

    \l{Qt Creator Manual}{Qt Creator} is
    a complete Cross-platform IDE included in the Qt SDK. The IDE allows
    programmers to create, build, debug and run Qt applications accross all
    supported platforms.

    \section2 Rich Class Library

    The Qt class library includes all the funsctionality needed to build
    advanced GUI applications.

    \list
        \li \l{Qt Quick} and QML, a powerful declarative UI language for making fluid, animated,
        hardware-accelerated UIs.
        \li Complete set of customizable \l{UI Design with Qt}{UI
        controls/widgets}
        \li 3D graphics support with \l{QtOpenGL Module}{OpenGL
        integration}
        \li Powerful \l{Thread Support in Qt}{multi-threading} features
        \li \l{Graphics View Framework}{2D graphics canvas} capable of
        handling millions of items
        \li \l Multimedia support
        \li \l{WebKit in Qt}{WebKit} integration
        \li \l{Network programming with Qt}{Networking}, \l{QtXml Module}
        {XML} and \l{Data Storage}{data storage} functionality
        \li \l{ECMAScript Reference}{ECMA standard} scripting engine
        \li \l{Qt X11 Extras} - provides APIs for X11
    \endlist

    \section2 Qt is the Foundation of KDE

    Qt is best known in the Linux community as the basis for the KDE
    desktop environment. Almost everything in KDE is based on Qt, and
    Qt forms the foundation for thousands of open source KDE applications
    developed by community members worldwide.

*/

/*!
    \page mac-support.html
    \title Support for Mac OS X
    \brief Platform support for Mac OS X.
    \ingroup platform-details

    \section1 Qt on Mac OS X

    Qt is a comprehensive application and UI framework for developing Mac
    applications that can also be deployed across many other desktop and
    embedded operating systems without rewriting the source code. Use the
    code from one single code-base and rebuild for all
    \l{Supported Platforms}{supported Windows versions and other platforms}.

     \section1 Getting Started on Mac

    \list
        \li \l{Getting Started with Qt}
        \li \l{Qt for Mac OS X Requirements}{Qt for Mac OS X Requirements}
        - Software required to run Qt on Mac OS X.
        \li \l{Installing Qt for Mac OS X}{Installing Qt for Mac OS X}
        - Build Qt for Mac OS X development.
        \li \l{Platform and Compiler Notes - Mac OS X}{Platform and Compiler Notes - Mac OS X}
        - Platform specific notes.
        \li \l{Developing Qt Applications for Mac OS X}
        \li \l{Qt for Mac OS X - Specific Issues}{Specific Issues}
    \endlist

     \section1 Key Features for Mac OS X Development

    \section2 Integrated Development Tools

    Qt includes a set of integrated development tools to speed development
    on the Mac platform.

    \list
        \li \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
        visual GUI builder.
        \li \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
        and translation features.
        \li \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
        file reader providing the complete Qt documentation offline.
    \endlist

    \section2 Cross-Platform Development using Qt Creator

    \l{Qt Creator Manual}{Qt Creator} is
    a complete Cross-platform IDE included in the Qt SDK. The IDE allows
    programmers to create, build, debug and run Qt applications accross all
    supported platforms.

    \section2 Rich Class Library

    The Qt class library includes all the functionality needed to build
    advanced GUI applications.

    \list
        \li \l{Qt Quick} and QML, a powerful declarative UI language for making fluid, animated,
        hardware-accelerated UIs.
        \li Complete set of customizable \l{UI Design with Qt}{UI
        controls/widgets}
        \li 3D graphics support with \l{QtOpenGL Module}{OpenGL
        integration}
        \li Powerful \l{Thread Support in Qt}{multi-threading} features
        \li \l{Graphics View Framework}{2D graphics canvas} capable of
        handling millions of items
        \li \l{Multimedia}{Support for Audio and Video} through the \l{Qt Multimedia}{Qt Multimedia
        module}
        \li \l{WebKit in Qt}{WebKit} integration
        \li \l{Network programming with Qt}{Networking}, \l{QtXml Module}
        {XML} and \l{Data Storage}{data storage} functionality
        \li \l{ECMAScript Reference}{ECMA standard} scripting engine
        \li \l{Qt is Mac OS X Native}{Native} support
    \endlist

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

    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{Support for Windows}{Windows}
        \li \l{Support for Linux/X11}{Linux/X11}
        \li \l{Support for Mac OS X}{Mac OS X}
    \endlist

    \section1 Embedded platforms
    You can develop with Qt for the following embedded platforms:
    \list
        \li Embedded Linux (DirectFB, EGLFS, KMS, and Wayland)
        \li Windows Embedded (Compact and Standard)
        \li Real-Time Operating Systems, such as \l{QNX}, VxWorks and INTEGRITY
    \endlist

    \section1 Mobile platforms
    Qt 5 will support all leading mobile operating systems. There already exists work in progress support for:
    \list
        \li \l{Android}
        \li \l{iOS}
        \li Windows 8 (WinRT)
        \li BlackBerry 10
    \endlist

    \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 (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.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev8.7z}{MinGW-builds gcc 4.7.2 (32-bit)}
    \row    \li Microsoft Windows 8 (64-bit)
                                     \li MSVC 2012
    \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
    \endtable

    All these reference configurations are run on the continuous integration (CI) system
    of the 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. The Qt Project does not run its unit test suite or perform any
    other internal tests on configurations not listed above. 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 Binary Installation Packages

    The Qt Project provides binary Qt installation packages for all of the
    reference platforms.

    To develop with Qt on other supported platforms, you need to build it from
    source.

    Fore more information about the platforms Qt runs on, and the compilers used
    on each platform, see the \l{Platform and Compiler Notes} page.

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

*/