qdoc: Name section 'Getting started with qmake'
Other manuals have a 'Getting started' section too. Better to qualify it further, so that searching in the Index of Qt Creator Help mode or Qt Assistant allows to differentiate between the different products. Pick-to: 6.1 Change-Id: I7cfdba3c3567bdf49d3fe34307576f88c9f20126 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
cdabe1d64c
commit
bf65abc4ab
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
\li \l{Overview}
|
\li \l{Overview}
|
||||||
\li \l{Getting Started}
|
\li \l{Getting Started with qmake}
|
||||||
\li \l{Creating Project Files}
|
\li \l{Creating Project Files}
|
||||||
\li \l{Building Common Project Types}
|
\li \l{Building Common Project Types}
|
||||||
\li \l{Running qmake}
|
\li \l{Running qmake}
|
||||||
@ -85,7 +85,7 @@
|
|||||||
\page qmake-overview.html
|
\page qmake-overview.html
|
||||||
\title Overview
|
\title Overview
|
||||||
\previouspage qmake Manual
|
\previouspage qmake Manual
|
||||||
\nextpage Getting Started
|
\nextpage Getting Started with qmake
|
||||||
|
|
||||||
The qmake tool provides you with a project-oriented system for managing the
|
The qmake tool provides you with a project-oriented system for managing the
|
||||||
build process for applications, libraries, and other components.
|
build process for applications, libraries, and other components.
|
||||||
@ -110,7 +110,7 @@
|
|||||||
control structures. In most simple projects, it is only necessary
|
control structures. In most simple projects, it is only necessary
|
||||||
to declare the source and header files that are used to build the
|
to declare the source and header files that are used to build the
|
||||||
project with some basic configuration options. For more information about
|
project with some basic configuration options. For more information about
|
||||||
how to create a simple project file, see \l{Getting Started}.
|
how to create a simple project file, see \l{Getting Started with qmake}.
|
||||||
|
|
||||||
You can create more sophisticated project files for complex projects. For an
|
You can create more sophisticated project files for complex projects. For an
|
||||||
overview of project files, see \l{Creating Project Files}. For detailed
|
overview of project files, see \l{Creating Project Files}. For detailed
|
||||||
@ -157,7 +157,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page qmake-project-files.html
|
\page qmake-project-files.html
|
||||||
\title Creating Project Files
|
\title Creating Project Files
|
||||||
\previouspage Getting Started
|
\previouspage Getting Started with qmake
|
||||||
\nextpage Building Common Project Types
|
\nextpage Building Common Project Types
|
||||||
|
|
||||||
Project files contain all the information required by qmake to build your
|
Project files contain all the information required by qmake to build your
|
||||||
@ -5322,7 +5322,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\keyword qmake-getting-started
|
\keyword qmake-getting-started
|
||||||
\page qmake-tutorial.html
|
\page qmake-tutorial.html
|
||||||
\title Getting Started
|
\title Getting Started with qmake
|
||||||
\previouspage Overview
|
\previouspage Overview
|
||||||
\nextpage Creating Project Files
|
\nextpage Creating Project Files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user