summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-11-01 08:41:34 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-16 10:44:53 +0000
commit82aade2b927b56c628c7505fedc0fa22165d6549 (patch)
tree7d254ee221f9b7a85ebd5880f6cf36fd858ef506
parentf6f648ab05e3ffd5ce70e7257140f0f05d1fda33 (diff)
Add qmake profile naming changes to docs
Task-number: QTBUG-97836 Change-Id: If32e78144695cefd5ff6092bfd3b845c04891dd7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 5747735b4958983cdf589a0b6a2ffb1d26f55b1b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qt6-changes.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/doc/src/qt6-changes.qdoc b/src/core/doc/src/qt6-changes.qdoc
index 1ab3a8487..6ae6918ca 100644
--- a/src/core/doc/src/qt6-changes.qdoc
+++ b/src/core/doc/src/qt6-changes.qdoc
@@ -47,6 +47,13 @@
Has been renamed to the Qt WebEngineQuick module to not collide with the name of
the super module, and to be consistent with other Quick modules.
+ If you port your Qt Quick application, please remember to use the new module
+ name in your qmake project file.
+
+ \code
+ QT += webenginequick
+ \endcode
+
\section2 Classes moved from Qt WebEngineWidgets to Qt WebEngineCore
Several classes have been moved from Qt WebEngineWidgets to Qt WebEngineCore if they
did not use the Widgets module. In most cases this change should be source compatible unless