diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-06-18 16:00:57 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-06-19 07:01:17 +0000 |
commit | 75a2cae723d960b7ad43d2e350a77d2dbd2633d8 (patch) | |
tree | e9fece4d57ce10452a9cf1d68845759954407c77 /doc | |
parent | 02fd678cfe663105327536cd395fb8e34b8df471 (diff) | |
download | qt-creator-75a2cae723d960b7ad43d2e350a77d2dbd2633d8.tar.gz |
Doc: Describe adding existing projects as subprojects
Task-number: QTCREATORBUG-5837
Change-Id: Idf2de084b6e53e48fdc919d05b209b39ae0a8e8e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/projects/creator-only/creator-projects-creating.qdoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/projects/creator-only/creator-projects-creating.qdoc b/doc/src/projects/creator-only/creator-projects-creating.qdoc index 43b2e39f70..37b3224cd6 100644 --- a/doc/src/projects/creator-only/creator-projects-creating.qdoc +++ b/doc/src/projects/creator-only/creator-projects-creating.qdoc @@ -472,8 +472,10 @@ and the subproject that you add as a value of the \l{Variables#subdirs} {SUBDIRS variable}. It also adds all the necessary files for the subproject. - To add more subprojects, right-click the project name in the \uicontrol Projects - pane, and select \uicontrol {New Subproject} in the context menu. + To create more subprojects, right-click the project name in the + \uicontrol Projects pane, and select \uicontrol {New Subproject} in the + context menu. To add an existing project as a subproject, select + \uicontrol {Add Existing Projects}. To remove subprojects, right-click the project name in the \uicontrol Projects pane, and select \uicontrol {Remove Subproject} in the context menu. |