diff --git a/doc/qtcreator/images/qtcreator-projects-build-dependencies.webp b/doc/qtcreator/images/qtcreator-projects-build-dependencies.webp new file mode 100644 index 00000000000..2d1c72d375f Binary files /dev/null and b/doc/qtcreator/images/qtcreator-projects-build-dependencies.webp differ diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-dependencies.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-dependencies.qdoc index 9bfe2dc2451..bdbf4a5b0c6 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-dependencies.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-dependencies.qdoc @@ -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 // ********************************************************************** @@ -22,23 +22,26 @@ \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. - \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: \list 1 - \li Select \uicontrol Projects > \uicontrol {Project Settings} > + \li Go to \uicontrol Projects > \uicontrol {Project Settings} > \uicontrol Dependencies. \li Select projects that must be built before the current project is 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 configuration to build and deploy all dependent projects loaded in a session. + \li Select \uicontrol {Deploy dependencies} to deploy the built + dependent projects. + \endlist \QC calculates the build order based on the dependencies that you