forked from qt-creator/qt-creator
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:
BIN
doc/qtcreator/images/qtcreator-projects-build-dependencies.webp
Normal file
BIN
doc/qtcreator/images/qtcreator-projects-build-dependencies.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@@ -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
|
||||
|
Reference in New Issue
Block a user