summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-11 16:33:26 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-18 12:18:24 +0100
commit69366afd3c6b46227812d6b65b9ae1940766ca82 (patch)
tree8dbf963ebb09c2442fc69e9ad9779a2732c0dffd
parent4a8687ba18baca83b5bc7474384419e24c99d4b1 (diff)
downloadqtdoc-69366afd3c6b46227812d6b65b9ae1940766ca82.tar.gz
Remove version number for Qt VS Tools support
The link in the paragraph leads to the latest information, so we should not have to maintain it here. Change-Id: I8d5c73fe8ab479af0027970d8f3aef72d5a9bdb2 Reviewed-by: Miguel Costa <miguel.costa@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit c4aa05647ae20b2a9ddbf72d412c02646fcb52b8) Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--doc/src/platforms/windows.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 651083a8..cb67bd52 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -75,12 +75,11 @@
\section2 Visual Studio Tools
- The \l {Qt VS Tools} allows programmers to create, build, debug
- and run Qt applications from within non-Express versions of Microsoft Visual Studio
- 2013 and later. The add-in contains project wizards, Qt project import/export
- support, integrated Qt resource manager and automated build setup for
- the Qt Meta-Object Compiler, User Interface Compiler, and Resource
- Compiler.
+ \l {Qt VS Tools} enables programmers to create, build, debug, and run
+ Qt applications from Microsoft Visual Studio. It contains project wizards,
+ Qt project import and export support, integrated Qt resource manager,
+ and automated build setup for the Qt Meta-Object Compiler, User Interface
+ Compiler, and Resource Compiler.
*/