summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-20 16:43:56 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-23 09:08:49 +0000
commit6948ceeea790579937b2b92148a52099a3dcf77f (patch)
tree1342d14ae0e85809d8493869a52156bf36fdb926
parent20e6e84b1af26134eb9481ae93f1ca21ea858a90 (diff)
downloadqt-creator-6948ceeea790579937b2b92148a52099a3dcf77f.tar.gz
Doc: Clarify the options for adding subprojects
Task-number: QTWEBSITE-856 Change-Id: Ifde71f52fe41679c00691e92136b092c81d38afc Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--doc/images/qtcreator-new-subproject.pngbin0 -> 20751 bytes
-rw-r--r--doc/src/projects/creator-only/creator-projects-creating.qdoc12
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/images/qtcreator-new-subproject.png b/doc/images/qtcreator-new-subproject.png
new file mode 100644
index 0000000000..a55daead08
--- /dev/null
+++ b/doc/images/qtcreator-new-subproject.png
Binary files differ
diff --git a/doc/src/projects/creator-only/creator-projects-creating.qdoc b/doc/src/projects/creator-only/creator-projects-creating.qdoc
index ab35b3dd6a..557b2acfcb 100644
--- a/doc/src/projects/creator-only/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-only/creator-projects-creating.qdoc
@@ -473,9 +473,15 @@
{SUBDIRS variable}. It also adds all the necessary files for the subproject.
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}.
+ \uicontrol Projects pane to open the context menu, and select
+ \uicontrol {New Subproject}. Follow the steps in the
+ \uicontrol {New Subproject} wizard to create a subproject.
+
+ \image qtcreator-new-subproject.png
+
+ To add an existing project as a subproject, select
+ \uicontrol {Add Existing Projects} in the context menu.
+ In the file browser dialog, locate your subproject.
To remove subprojects, right-click the project name in the \uicontrol Projects
pane, and select \uicontrol {Remove Subproject} in the context menu.