summaryrefslogtreecommitdiff
path: root/doc/migration-guide-6.2.qdoc
diff options
context:
space:
mode:
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.