Doc: Make description of "Rebuild" function apply to all build systems

It claimed that qmake is always run, which is incorrect for CMake and
Qbs.

Change-Id: I80f72d750a02a16b26514bb868f1d0f64124ef56
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Leena Miettinen
2019-09-04 17:37:25 +02:00
parent a21df46481
commit 31e0088223

View File

@@ -79,9 +79,10 @@
subproject.
To remove all build artifacts, select \uicontrol Build > \uicontrol {Clean All} or
\uicontrol {Clean Project}. To clean the build directory, run qmake, and
then build the project, select \uicontrol Build > \uicontrol {Rebuild All}
or \uicontrol {Rebuild Project}.
\uicontrol {Clean Project}. To clean the build directory and then build
the project, select \uicontrol Build > \uicontrol {Rebuild All} or
\uicontrol {Rebuild Project}. If you use qmake, rebuilding also runs qmake
to generate new Makefiles between cleaning and building.
To build and clean projects without dependencies, select the
\uicontrol {Build Without Dependencies},
@@ -89,6 +90,8 @@
\uicontrol {Clean Without Dependencies} options in the context menu in the
\uicontrol Projects view.
\section1 Additional qmake Options
To run qmake to generate new Makefiles, select \uicontrol Build >
\uicontrol qmake. To prevent failures on incremental builds, it might make
sense to always run qmake before building, even though it means that