summaryrefslogtreecommitdiff
path: root/doc/migration-guide-6.2.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-07-21 16:50:20 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-07-27 20:11:19 +0200
commit006a1f1c934379ff46061230bad2a0eba337129e (patch)
treeaa2a7a24b0db553881bd9571d7338bfb24415615 /doc/migration-guide-6.2.qdoc
parentca39c6d952c6812d5fa75913432d6fc9dd4e8a81 (diff)
downloadqtapplicationmanager-006a1f1c934379ff46061230bad2a0eba337129e.tar.gz
Remove the old deprecated ApplicationIPCManager IPC mechanism
The unit tests that needed an IPC side channel have been updated to use intents instead. Change-Id: Ifbd82728557eadaea08425e9eacf2cbf8a08293e Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'doc/migration-guide-6.2.qdoc')
-rw-r--r--doc/migration-guide-6.2.qdoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/migration-guide-6.2.qdoc b/doc/migration-guide-6.2.qdoc
new file mode 100644
index 00000000..67eb9e74
--- /dev/null
+++ b/doc/migration-guide-6.2.qdoc
@@ -0,0 +1,38 @@
+/****************************************************************************
+**
+** Copyright (C) 2021 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+
+\page migration-guide-6.2.html
+\title Migrating code from 5.15 to 6.2
+
+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.
+
+*/