From 31e00882230165f4d7293d59bac2386967900a85 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 4 Sep 2019 17:37:25 +0200 Subject: 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 Reviewed-by: Tobias Hunger --- doc/src/projects/creator-only/creator-projects-building.qdoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/src/projects/creator-only/creator-projects-building.qdoc b/doc/src/projects/creator-only/creator-projects-building.qdoc index 774040fb4d..ea9bc1d230 100644 --- a/doc/src/projects/creator-only/creator-projects-building.qdoc +++ b/doc/src/projects/creator-only/creator-projects-building.qdoc @@ -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 -- cgit v1.2.3