aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-11-18 13:44:05 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-18 15:54:03 +0000
commit889fbb4c18be7cf381cf07d35453631478b12816 (patch)
tree566411479871347e0cacef89ac6afcdd7fbfe321
parent5309a3da99c0c8e42aad56440807e350fc5140e4 (diff)
Developer Documentation - Modify add qt wrapper tool
- Instead of config.py the tool comes from __init__.py now Change-Id: I58530d067c6b9fd238ad184b44cad710d2ff6801 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 9c1de05aafa1602c7cf16a1dd6d8faff02a11e2f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/developer/add_tool.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/developer/add_tool.rst b/sources/pyside6/doc/developer/add_tool.rst
index bbfb9f8fd..4c341eb0a 100644
--- a/sources/pyside6/doc/developer/add_tool.rst
+++ b/sources/pyside6/doc/developer/add_tool.rst
@@ -26,7 +26,7 @@ Add a Qt tool wrapper
- Install the files (``sources/pyside-tools/CMakeLists.txt``).
- Include the tool in the deprecated 'setup.py bdist_wheel' process:
- - Add an entry point in ``build_scripts/config.py``.
+ - Add the tool in ``build_scripts/__init__.py``.
- Copy the files to the wheels in ``build_scripts/platforms/*.py``.