aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/developer
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2024-02-29 09:10:52 +0100
committerFriedemann Kleint <[email protected]>2024-02-29 10:32:54 +0100
commit7dcd4507c49ca4ed3f6863b0396aab2d62e04389 (patch)
treef8405a1f0599009dbc43f94e646cf19c16efb14d /sources/pyside6/doc/developer
parentec6a0f8baef5c6d4e80e650e11a498756e6055e6 (diff)
Docunentation: Add steps to bump the version
Pick-to: 6.6 Change-Id: I870af04f6d5d515db8f0ff96a4ad6428b3fa6613 Reviewed-by: Adrian Herrmann <[email protected]>
Diffstat (limited to 'sources/pyside6/doc/developer')
-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``.