forked from qt-creator/qt-creator
Doc: Describe options for running qmake when building projects
Task-number: QTCREATORBUG-20888 Change-Id: I7096730880505c63b1ff581c2e1b5626d3af68f2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -79,8 +79,9 @@
|
|||||||
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 and then build the
|
\uicontrol {Clean Project}. To clean the build directory, run qmake, and
|
||||||
project, select \uicontrol Build > \uicontrol {Rebuild All} or \uicontrol {Rebuild Project}.
|
then build the project, select \uicontrol Build > \uicontrol {Rebuild All}
|
||||||
|
or \uicontrol {Rebuild Project}.
|
||||||
|
|
||||||
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},
|
||||||
@@ -88,6 +89,10 @@
|
|||||||
\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.
|
||||||
|
|
||||||
To run qmake to generate new Makefiles, select \uicontrol Build > \uicontrol qmake.
|
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
|
||||||
|
building will take more time. To enable this option, select \uicontrol Tools
|
||||||
|
> \uicontrol Options > \uicontrol {Build & Run} > \uicontrol qmake >
|
||||||
|
\uicontrol {Run qmake on every build}.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user