From 107a783452aff4f1bd3636d7ee183b0ec939203f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 21 Jun 2024 13:30:50 +0200 Subject: [PATCH] Doc: Describe File > Open Workspace ...which opens a directory as a project and creates a .json project file. Task-number: QTCREATORBUG-30604 Change-Id: Ieadcddb298cbf50f25353d344dce0cd1820095e8 Reviewed-by: David Schulz --- .../creator-only/creator-projects-opening.qdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc index 67fc416ee7a..b71064f96e0 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc @@ -14,6 +14,7 @@ \ingroup creator-how-to-projects-configure \ingroup creator-how-to-manage-kits + \ingroup creator-how-to-projects \title Open projects @@ -49,6 +50,15 @@ \endlist \endlist + \section1 Open directories as projects + + To open a directory as a project, go to \uicontrol File > + \uicontrol {Open Workspace}. + + \QC generates the \e .qtcreator/project.json project file in the directory + for setting a project name and file exclusion filters. You can open either + the JSON file or the workspace to open the project the next time. + \section1 Re-configure projects \QC stores information that it needs to build projects in a .user file. If