summaryrefslogtreecommitdiff
path: root/doc/migration-guide-6.2.qdoc
blob: 31a17dc129b1d6a64cfd3f83e883dd8bd35abbd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!

\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
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.

*/