aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-02-28 09:32:50 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-02-28 12:18:53 +0000
commit81da84ad0b9052742772a1929ded03f59e669b61 (patch)
tree10a00c10668c498dd5a08bf6eb96a9e908f7f3b0
parentcdee94d6419820c27e3f95fed60167cebd410825 (diff)
Doc: Describe Build > Run Generator action
That generates build files for other build systems, such as Microsoft Visual Studio and Eclipse. Task-number: QTCREATORBUG-28721 Change-Id: I980ee851293b41a9320b90458132ba035dc1f3f4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-build-systems.qdocinc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-build-systems.qdocinc b/doc/qtcreator/src/projects/creator-only/creator-projects-build-systems.qdocinc
index a12e010d68..b3300865dd 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-build-systems.qdocinc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-build-systems.qdocinc
@@ -35,6 +35,16 @@
the commands in the low-level build graph (like make does). For more
information, see \l{Setting Up Qbs}.
+ To export a project to some other build system, such as Microsoft Visual
+ Studio, select \uicontrol Build > \uicontrol {Run Generator}, and select
+ a generator in the list. \QC generates the build files, such as .vcxproj,
+ in the project's build directory. The tool that you use to build the project
+ (qmake or CMake) provides the generators. Their availability depends on the
+ version of the build tool, host platform, and properties of the host system.
+ Also, a JSON compilation database generator is available if the
+ \l{Parsing C++ Files with the Clang Code Model}{Clang Code Model plugin}
+ is enabled (default).
+
To change the location of the project directory, and to specify settings
for building and running projects, select \uicontrol Edit >
\uicontrol Preferences > \uicontrol {Build & Run} > \uicontrol General.