forked from qt-creator/qt-creator
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:
@@ -79,9 +79,10 @@
|
|||||||
subproject.
|
subproject.
|
||||||
|
|
||||||
To remove all build artifacts, select \uicontrol Build > \uicontrol {Clean All} or
|
To remove all build artifacts, select \uicontrol Build > \uicontrol {Clean All} or
|
||||||
\uicontrol {Clean Project}. To clean the build directory, run qmake, and
|
\uicontrol {Clean Project}. To clean the build directory and then build
|
||||||
then build the project, select \uicontrol Build > \uicontrol {Rebuild All}
|
the project, select \uicontrol Build > \uicontrol {Rebuild All} or
|
||||||
or \uicontrol {Rebuild Project}.
|
\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
|
To build and clean projects without dependencies, select the
|
||||||
\uicontrol {Build Without Dependencies},
|
\uicontrol {Build Without Dependencies},
|
||||||
@@ -89,6 +90,8 @@
|
|||||||
\uicontrol {Clean Without Dependencies} options in the context menu in the
|
\uicontrol {Clean Without Dependencies} options in the context menu in the
|
||||||
\uicontrol Projects view.
|
\uicontrol Projects view.
|
||||||
|
|
||||||
|
\section1 Additional qmake Options
|
||||||
|
|
||||||
To run qmake to generate new Makefiles, select \uicontrol Build >
|
To run qmake to generate new Makefiles, select \uicontrol Build >
|
||||||
\uicontrol qmake. To prevent failures on incremental builds, it might make
|
\uicontrol qmake. To prevent failures on incremental builds, it might make
|
||||||
sense to always run qmake before building, even though it means that
|
sense to always run qmake before building, even though it means that
|
||||||
|
Reference in New Issue
Block a user