aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-01-13 09:57:52 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-01-13 09:51:10 +0000
commitfe619c2ad44dc6d36ea353ef56d08ca9565fb61b (patch)
tree9eeedbd7e25dc40ccc1296618c8474e6268695be
parent74b8c8a779e8c2cc0d609e4f30c9cc4470c318bf (diff)
Doc: Clarify that Qt VS Tools is installed from Visual Studio
Fixes: QTVSADDINBUG-856 Change-Id: Ieac9ce5ac3fb42dc4ba9f274fb18485f301304e1 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Miguel Costa <miguel.costa@qt.io>
-rw-r--r--doc/src/qtvstools.qdoc13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/qtvstools.qdoc b/doc/src/qtvstools.qdoc
index fc1161c9..ad49bad8 100644
--- a/doc/src/qtvstools.qdoc
+++ b/doc/src/qtvstools.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -33,7 +33,8 @@
Qt VS Tools integrate the Qt development tools into Microsoft Visual Studio
2015, and later. This enables developers to use the standard Windows
development environment without having to worry about Qt-related build steps
- or tools.
+ or tools. You can install and update Qt VS Tools directly from Microsoft
+ Visual Studio.
The main features of Qt VS Tools are:
@@ -81,8 +82,12 @@
To create a Qt VS Tools project, you must add at least one
\l{Managing Qt Versions}{Qt version}.
- Select \uicontrol Tools > \uicontrol {Extensions and Updates} >
- \uicontrol Online to install or update Qt VS Tools.
+ \section1 Installing Qt VS Tools
+
+ In Microsoft Visual Studio, select \uicontrol Tools >
+ \uicontrol {Extensions and Updates} > \uicontrol Online,
+ and search for \uicontrol {Qt Visual Studio Tools} to install
+ or update Qt VS Tools.
\section1 Creating Qt GUI Application Projects