QmlDesigner: Create a document to list Qt runtime versions

Qt Design Studio uses a specific Qt Runtime version to
run the projects. This document lists the Qt runtime
versions used for different Qt Design Studio releases.

Fixes: QDS-12052
Change-Id: Ia9411393db4d800945c85ac67e4a9872a611308c
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Pranta Dastider
2024-03-04 16:36:28 +01:00
committed by Pranta Ghosh Dastider
parent 47dd925730
commit e1c9720c09
7 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,38 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\previouspage studio-developer-topics.html
\page studio-finding-the-qt-runtime-version.html
\nextpage creator-vcs-git.html
\title Finding the Qt Runtime Version
\include qtdesignstudio-qt-runtime-version.qdocinc qt-runtime-version
Find Qt runtime versions for previous \QDS releases in the table below.
\table
\header
\li \QDS
\li Qt Runtime Version
\row
\li 4.0
\li 6.4.1 and 5.15.5
\row
\li 4.1
\li 6.5.1
\row
\li 4.2
\li 6.5.1
\row
\li 4.3
\li 6.5.2
\row
\li 4.3.2
\li 6.6.0
\row
\li 4.4
\li 6.6.2
\endtable
*/