summaryrefslogtreecommitdiff
path: root/doc/migration-guide-6.2.qdoc
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2021-11-23 14:58:08 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2021-12-01 14:26:03 +0000
commit59762d2b675059d0ea9afcdf53a1437a8f655c44 (patch)
tree9079d62a1394ce3550029d1d1b35e371eeff68d7 /doc/migration-guide-6.2.qdoc
parentd684c669a5001c8a9551b523aebbefa8bf99ff7c (diff)
downloadqtapplicationmanager-59762d2b675059d0ea9afcdf53a1437a8f655c44.tar.gz
Docs: 6.2 Release review
Removed notes related to minor Qt5 changes. Spelling and grammar correction. Utilized notes and warnings formatting in places for clarity. Updated the name of the online qdocconf file. Used grouping to create the important topics list. Removed qt 5 to qt 5 migration guides from important topics. Task-number: QTBUG-97120 Pick-to: 6.2 Change-Id: Ide5354e987c5175a08030cf32d78b38bae68e53e Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc/migration-guide-6.2.qdoc')
-rw-r--r--doc/migration-guide-6.2.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/migration-guide-6.2.qdoc b/doc/migration-guide-6.2.qdoc
index 67eb9e74..07cb1623 100644
--- a/doc/migration-guide-6.2.qdoc
+++ b/doc/migration-guide-6.2.qdoc
@@ -28,9 +28,12 @@
/*!
\page migration-guide-6.2.html
+\ingroup qtappman
+\ingroup qtappman-highlights
\title Migrating code from 5.15 to 6.2
+\brief Discusses factors for moving from the Qt 5 to Qt 6 release of the Application Manager.
-Qt Application Manager 6.2 added no new APIs, but switched the build system from qmake to cmake and
+Qt Application Manager 6.2 added no new APIs, but switched the build system from qmake to CMake and
finally removed the deprecated legacy \c ApplicationInterfaceExtension IPC mechanism.
A direct replacement for the old IPC had been added in 5.14 already in form of the new \l{Intents}
mechanism.