aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-29 09:10:52 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-29 12:50:24 +0000
commitbd57ad511541be38ff6d8b34dc4a3f96230236c4 (patch)
tree49002770a00f1b86176303c00eba8cf4f6b759bf
parentee3110694fa0b526dae607c2f1081312d4e6a97a (diff)
Docunentation: Add steps to bump the version
Change-Id: I870af04f6d5d515db8f0ff96a4ad6428b3fa6613 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> (cherry picked from commit 7dcd4507c49ca4ed3f6863b0396aab2d62e04389) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/developer/adapt_qt.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/pyside6/doc/developer/adapt_qt.rst b/sources/pyside6/doc/developer/adapt_qt.rst
index f8582f699..68e8eab51 100644
--- a/sources/pyside6/doc/developer/adapt_qt.rst
+++ b/sources/pyside6/doc/developer/adapt_qt.rst
@@ -3,6 +3,9 @@
Adapt to new Qt versions
========================
+Adapting to source changes
+--------------------------
+
The dev branch of PySide is switched to a new Qt minor version
after its API review is finished and the API is stable.
@@ -41,3 +44,11 @@ The Qt source code should be checked for new overloads
The resolution needs to be decided for each individual case,
mostly by removing old functions and using ``<declare-function>``
to declare new API.
+
+Bumping the version
+-------------------
+
+To instruct ``COIN`` to use the next version of Qt, adapt the files
+``coin/dependencies.yaml`` and/or ``product_dependencies.yaml`` accordingly.
+Next, the wheel names should be changed by adapting
+``sources/shiboken6/.cmake.conf`` and ``sources/pyside6/.cmake.conf``.