forked from qt-creator/qt-creator
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 <david.schulz@qt.io>
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
\ingroup creator-how-to-projects-configure
|
\ingroup creator-how-to-projects-configure
|
||||||
\ingroup creator-how-to-manage-kits
|
\ingroup creator-how-to-manage-kits
|
||||||
|
\ingroup creator-how-to-projects
|
||||||
|
|
||||||
\title Open projects
|
\title Open projects
|
||||||
|
|
||||||
@@ -49,6 +50,15 @@
|
|||||||
\endlist
|
\endlist
|
||||||
\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
|
\section1 Re-configure projects
|
||||||
|
|
||||||
\QC stores information that it needs to build projects in a .user file. If
|
\QC stores information that it needs to build projects in a .user file. If
|
||||||
|
Reference in New Issue
Block a user