summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-11-01 08:41:34 +0100
committerMichal Klocek <michal.klocek@qt.io>2021-11-10 20:49:50 +0100
commit5747735b4958983cdf589a0b6a2ffb1d26f55b1b (patch)
tree6af97463b7538294840c0c7d381e8caecf85a73b /src
parent3a0f20bfc896008e825a51208bb978d4e192a180 (diff)
Add qmake profile naming changes to docs
Pick-to: 6.2 Task-number: QTBUG-97836 Change-Id: If32e78144695cefd5ff6092bfd3b845c04891dd7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-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