summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorInkamari Harjula <inkamari.harjula@qt.io>2023-09-19 12:35:13 +0300
committerNicholas Bennett <nicholas.bennett@qt.io>2023-09-21 14:43:08 +0300
commit30490855e30aec6d9e8dc4e62dac1950fd251b8d (patch)
tree22b89eea7dde7ea8bedabc6334caafc982a98d14 /doc/src/whatsnew
parenta2011ded04caf363f966ddc488153d59baa8f3c3 (diff)
Doc: Unify naming for tools in qtdoc repo
Replaced product names with macros whenever appropriate. Made some further fixes in one place that seemed to include an obsolete version reference. Task-number: QTBUG-117126 Pick-to: 6.5 6.6 Change-Id: Idb1afb08e4cd09e1d87370835ca990e903ff1022 Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io> Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/qt6-buildsystem.qdoc7
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc2
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/whatsnew/qt6-buildsystem.qdoc b/doc/src/whatsnew/qt6-buildsystem.qdoc
index d2a8f0204..8dc1bd157 100644
--- a/doc/src/whatsnew/qt6-buildsystem.qdoc
+++ b/doc/src/whatsnew/qt6-buildsystem.qdoc
@@ -34,7 +34,7 @@ when building Qt for Apple platforms. You must also have an up-to date version o
the \l{Ninja} tool installed.
Both CMake and Ninja are open source tools that can be installed by various
-means. They are also available in the Qt Online installer.
+means. They are also available in \QOI.
See \l{Building Qt Sources} for a more detailed overview of the build
requirements on different platforms.
@@ -137,10 +137,9 @@ release.
\section1 Build Additional Libraries through Conan
Some Qt modules in Qt 6 are no longer provided as binary packages in
-the Qt online installer, but instead as Conan recipes. Conan is a
+\QOI, but instead as Conan recipes. Conan is a
general-purpose software package manager for C and C++ developers. Just like
-the build recipes of the modules, it is also made available in the Qt Online
-Installer.
+the build recipes of the modules, it is also made available in \QOI.
For an overview of the process, see
\l{https://www.qt.io/blog/qt-6-additional-libraries-via-package-manager}
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index cd632f829..e03353dda 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -370,7 +370,7 @@
\section2 WebAssembly
\list
- \li Added binary package with multithreading enabled to the Qt installer.
+ \li Added binary package with multithreading enabled to \QOI.
\li Added support for the \l{https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API}
{File System Access} API. File dialog calls such as QFileDialog::getOpenFileContent() and
QFileDialog::saveFileContent() will now use this API, if supported by the browser.