forked from qt-creator/qt-creator
Doc: Turn "Specifying Dependencies" into a how-to topic
Task-number: QTCREATORBUG-29361 Change-Id: I035ff1a99790c0af8c1abe12ab42f16411f346e0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
\li \l {Activate kits for a project}
|
||||
\li \l {Develop Qt for Python applications}
|
||||
\li \l {Open projects}
|
||||
\li \l {Specify dependencies}
|
||||
\li \l {Specify editor settings}
|
||||
\li \l {Specify project contents}
|
||||
\endlist
|
||||
|
||||
@@ -9,20 +9,20 @@
|
||||
|
||||
/*!
|
||||
\page creator-build-dependencies.html
|
||||
\previouspage creator-code-style-settings.html
|
||||
\nextpage creator-project-settings-environment.html
|
||||
\previouspage creator-how-tos.html
|
||||
|
||||
\title Specifying Dependencies
|
||||
\ingroup creator-how-to-projects
|
||||
|
||||
\title Specify dependencies
|
||||
|
||||
If you have multiple projects loaded in a session, you can define the
|
||||
order in which they are built. For example, if project A depends on project
|
||||
B, project B must be built first.
|
||||
|
||||
\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. For more
|
||||
information, see \l{Managing Sessions}.
|
||||
You must open the session for these settings to take effect.
|
||||
|
||||
\image qtcreator-build-dependencies.png "Dependencies view"
|
||||
\image qtcreator-build-dependencies.png {Dependencies settings in Projects mode}
|
||||
|
||||
To define the build order of projects within a session:
|
||||
|
||||
@@ -46,6 +46,6 @@
|
||||
|
||||
\note You cannot use this view to specify subprojects for projects.
|
||||
|
||||
\sa {Add subprojects to projects}
|
||||
\sa {Add subprojects to projects}, {Managing Sessions}
|
||||
|
||||
*/
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
\li \l{Using Clang Tools}{Clang Tools}
|
||||
\li \l{Specify code style}{C++ Code Style}
|
||||
\li \l{Using Custom Output Parsers}{Custom Output Parsers}
|
||||
\li \l{Specifying Dependencies}{Dependencies}
|
||||
\li \l{Specify dependencies}{Dependencies}
|
||||
\li \l{Specify editor settings}{Editor}
|
||||
\li \l{Specifying Environment Settings}{Environment}
|
||||
\li \l{Applying Refactoring Actions}{Quick Fixes}
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
\li \l{Conan Build Configuration}
|
||||
\endlist
|
||||
\li \l{Specifying Run Settings}
|
||||
\li \l{Specifying Dependencies}
|
||||
\li \l{Specifying Environment Settings}
|
||||
\li \l{Using Custom Output Parsers}
|
||||
\li \l{Sharing Project Settings}
|
||||
@@ -219,6 +218,7 @@
|
||||
\li \l {Develop Qt for Python applications}
|
||||
\li \l {Open projects}
|
||||
\li \l {Select the build system}
|
||||
\li \l {Specify dependencies}
|
||||
\li \l {Specify editor settings}
|
||||
\li \l {Specify project contents}
|
||||
\li \l {Use project wizards}
|
||||
|
||||
Reference in New Issue
Block a user