aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc
blob: 40ccae74104f6fb79bc03f373083bdeab05082cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
//! [run settings boot2qt]

    \section1 Specifying Run Settings for Boot2Qt Devices

    To run and debug an application on a \l Boot2Qt device (commercial only), you
    must create connections from the development host to the device and add the
    device configurations to \l{glossary-buildandrun-kit}{kits}. Select
    \uicontrol {Manage Kits} to add devices to kits. For more information, see
    \l{http://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
    {Boot2Qt: Installation Guide}.

    The run settings display the path to the executable file on the development
    host and on the device.

    For more information on the deployment steps, see
    \l{Deploying Applications to Boot2Qt Devices}.

//! [run settings boot2qt]
*/