aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/overview
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/overview')
-rw-r--r--doc/src/overview/creator-acknowledgements.qdoc2
-rw-r--r--doc/src/overview/creator-only/creator-overview.qdoc15
-rw-r--r--doc/src/overview/creator-only/creator-testing.qdoc7
3 files changed, 11 insertions, 13 deletions
diff --git a/doc/src/overview/creator-acknowledgements.qdoc b/doc/src/overview/creator-acknowledgements.qdoc
index e7fdc6765e..43bac0ad4c 100644
--- a/doc/src/overview/creator-acknowledgements.qdoc
+++ b/doc/src/overview/creator-acknowledgements.qdoc
@@ -168,7 +168,7 @@
The source code of ANGLE is part of the Qt libraries. For more
information about the licenses used in Qt GUI, see
- \l{https://doc.qt.io/qt-5.9/licenses-used-in-qt.html#qt-gui}{Qt GUI}.
+ \l{https://doc.qt.io/qt-5.11/licenses-used-in-qt.html#qt-gui}{Qt GUI}.
\l{https://spdx.org/licenses/BSD-3-Clause.html}
{BSD 3-clause "New" or "Revised" License}
diff --git a/doc/src/overview/creator-only/creator-overview.qdoc b/doc/src/overview/creator-only/creator-overview.qdoc
index 1f6f31936d..09ef2766e4 100644
--- a/doc/src/overview/creator-only/creator-overview.qdoc
+++ b/doc/src/overview/creator-only/creator-overview.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -79,10 +79,9 @@
languages as code, not just as plain text. This enables it to
provide you with useful features, such as semantic highlighting,
checking code syntax, code completion, and refactoring actions.
- In addition, the experimental language server plugin provides
- some of these services for other programming languages, such as
- Python, for which a \e {language server} is available that
- provides information about the code to IDEs.
+ \QC supports some of these services also for other programming
+ languages, such as Python, for which a \e {language server} is
+ available that provides information about the code to IDEs.
For more information, see \l{Coding}.
\row
\li \inlineimage creator_buildingrunning.png
@@ -117,9 +116,9 @@
execution. In addition, the QML Profiler enables you to profile
Qt Quick applications.
- \QC is integrated to the \l{Qt Test} and Google C++ Testing
- frameworks for unit testing applications and libraries. You can
- use \QC to build and run autotests.
+ \QC is integrated to the \l{Qt Test}, Google C++ Testing, and
+ Boost.Test frameworks for unit testing applications and
+ libraries. You can use \QC to create, build, and run autotests.
For more information, see \l{Testing}.
\li \b {Publishing}
diff --git a/doc/src/overview/creator-only/creator-testing.qdoc b/doc/src/overview/creator-only/creator-testing.qdoc
index 39bae4ba17..10df1d7f31 100644
--- a/doc/src/overview/creator-only/creator-testing.qdoc
+++ b/doc/src/overview/creator-only/creator-testing.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -60,9 +60,8 @@
\li \l{Running Autotests}
- You can build and run Qt tests, Qt Quick tests, and Google tests
- using \QC. In addition, you can use a wizard to create projects that
- contain Qt or Google tests.
+ You can create, build and run Qt tests, Qt Quick tests, Google
+ tests, and Boost tests using \QC.
\endlist