aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/overview/creator-only/creator-supported-platforms.qdoc
blob: 5ea6d94a0cf8bf7f17a00095f9d92057c618ff02 (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
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!

    \page creator-os-supported-platforms.html
    \previouspage creator-reference.html

    \ingroup creator-reference

    \title Supported Platforms

    \brief Summary of development and target platforms.

    You can install and run \QC on several operating systems to create
    applications for multiple desktop, embedded, and mobile device platforms,
    as well as web browsers (experimental).

    The following table summarizes operating system support for developing
    applications.

    \table
        \header
            \li {1,2} Target Platform
            \li {3,1} Development Platform
        \header
            \li \l Linux
            \li \l \macos
            \li \l Windows
        \row
            \li \l Android
            \li \image ok.png
            \li \image ok.png
            \li \image ok.png
        \row
            \li \l{Bare Metal}
            \li \image ok.png
            \li \image ok.png
            \li \image ok.png
        \row
            \li \l Boot2Qt
            \li \image ok.png
            \li \image ok.png
            \li \image ok.png
        \row
            \li \l{Remote Linux}
            \li \image ok.png
            \li \image ok.png
            \li \image ok.png
        \row
            \li \l iOS
            \li
            \li \image ok.png
            \li
        \row
            \li \l{Microcontroller Units (MCU)}{MCUs}
            \li \image ok.png
            \li
            \li \image ok.png
        \row
            \li \l QNX
            \li \image ok.png
            \li \image ok.png
            \li \inlineimage ok.png
        \row
            \li \l{Building Applications for the Web}{WebAssembly}
            \li \image ok.png
            \li \image ok.png
            \li \image ok.png
    \endtable

    \note UWP support was removed from \QC 8.0.
    To develop for UWP using Qt 5, use \QC 7.0, or earlier.

    \QC automatically runs scheduled checks for updates based on the settings
    specified in \preferences > \uicontrol Environment > \uicontrol Update.

    \sa {Desktop Platforms}, {Embedded Platforms}, {Mobile Platforms}
*/