diff --git a/doc/images/qtcreator-open-project-targets.png b/doc/images/qtcreator-open-project-targets.png
index a894041ce5f6175a4f8d82ffa5d8970bdb780dce..524e8187c073286d3fb9dd7763a0a76af6fd585c 100644
Binary files a/doc/images/qtcreator-open-project-targets.png and b/doc/images/qtcreator-open-project-targets.png differ
diff --git a/doc/src/projects/creator-projects-opening.qdoc b/doc/src/projects/creator-projects-opening.qdoc
index cc3b783dd900cd673c3fab7af09a43a87257a15c..6cc91e6331fe5204236abec2546119421a6cde01 100644
--- a/doc/src/projects/creator-projects-opening.qdoc
+++ b/doc/src/projects/creator-projects-opening.qdoc
@@ -39,13 +39,18 @@
     instance, \QC asks whether you want to use the old settings. The settings
     are specific to the development environment, and should not be copied from
     one environment to another. Therefore, we recommend that you click \gui No
-    and enter the information again in the \gui {Project Setup} dialog.
+    and enter the information again in the \gui {Configure Project} tab.
 
-    The \gui {Project Setup} dialog displays a list of development environments
+    The \gui {Configure Project} tab displays a list of development environments
     for target platforms that are installed on the development PC. Select the Qt
     versions that you want to use to build the project for each target.
 
-    \image qtcreator-open-project-targets.png "Target Setup dialog"
+    \image qtcreator-open-project-targets.png "Configure Project tab"
+
+    Even if you do not intend to build the project, the C++ and QML code models
+    need a Qt version and tool chain to offer code completion. To specify them,
+    select the \gui options link, or select \gui {Tools > Options > Build & Run
+    > Unconfigured Project}.
 
     If \QC cannot find an existing build for a particular development
     environment (Qt version) and target, it starts out from a clean slate, and
diff --git a/doc/src/projects/creator-projects-settings-overview.qdoc b/doc/src/projects/creator-projects-settings-overview.qdoc
index 8406fbf129d2da802da862ec0b5e0fa864293460..08a6036a13fcbd1938cc034cdc28d9c132eac561 100644
--- a/doc/src/projects/creator-projects-settings-overview.qdoc
+++ b/doc/src/projects/creator-projects-settings-overview.qdoc
@@ -57,9 +57,17 @@
     \list
 
         \o  \l{Running on Multiple Targets}{Targets}
-            (If you have installed the development environment for only one
-            target, the \gui Targets tab is replaced by a \gui Build tab and a
-            \gui Run tab.)
+
+            \list
+
+                \o  If you have installed the development environment for only
+                    one target, the \gui Targets tab is replaced by a \gui Build
+                    tab and a \gui Run tab.
+
+                \o  If you have not configured the project for building, the
+                    \gui Targets tab is replaced by the \l{Opening Projects}
+                    {Configure Projects} tab.
+            \endlist
 
         \o  \l{Specifying Build Settings}{Build Settings}