Doc: Describe "Deploy dependencies" option in build settings

Task-number: QTCREATORBUG-31510
Change-Id: I5ed83ca2e93b10bf692b09a6f146d95dd4b53928
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2024-10-14 11:28:53 +02:00
parent 105d618e46
commit a2e73654bf
2 changed files with 7 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2018 The Qt Company Ltd. // Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
// ********************************************************************** // **********************************************************************
@@ -22,23 +22,26 @@
\note The build order is stored as a property of a session, not a project. \note The build order is stored as a property of a session, not a project.
You must open the session for these settings to take effect. You must open the session for these settings to take effect.
\image qtcreator-build-dependencies.png {Dependencies settings in Projects mode} \image qtcreator-projects-build-dependencies.webp {Dependencies settings in Projects mode}
To define the build order of projects within a session: To define the build order of projects within a session:
\list 1 \list 1
\li Select \uicontrol Projects > \uicontrol {Project Settings} > \li Go to \uicontrol Projects > \uicontrol {Project Settings} >
\uicontrol Dependencies. \uicontrol Dependencies.
\li Select projects that must be built before the current project is \li Select projects that must be built before the current project is
built. built.
\li Select the \uicontrol {Synchronize configuration} check box to \li Select \uicontrol {Synchronize configuration} to
use the same kit as well as the same build and deploy use the same kit as well as the same build and deploy
configuration to build and deploy all dependent projects loaded configuration to build and deploy all dependent projects loaded
in a session. in a session.
\li Select \uicontrol {Deploy dependencies} to deploy the built
dependent projects.
\endlist \endlist
\QC calculates the build order based on the dependencies that you \QC calculates the build order based on the dependencies that you