From 75a2cae723d960b7ad43d2e350a77d2dbd2633d8 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 18 Jun 2019 16:00:57 +0200 Subject: [PATCH] Doc: Describe adding existing projects as subprojects Task-number: QTCREATORBUG-5837 Change-Id: Idf2de084b6e53e48fdc919d05b209b39ae0a8e8e Reviewed-by: Christian Kandeler --- .../projects/creator-only/creator-projects-creating.qdoc | 6 ++++-- 1 file 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 43b2e39f700..37b3224cd6e 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.