aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-11-18 13:44:05 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-11-18 13:31:35 +0000
commit9c1de05aafa1602c7cf16a1dd6d8faff02a11e2f (patch)
treeaaa5330724a4ba875332add0be551328fdd881e9
parent346cb82105ee21573e15e4c05a632ed6dd699cf3 (diff)
Developer Documentation - Modify add qt wrapper tool
- Instead of config.py the tool comes from __init__.py now Pick-to: 6.4 6.4.1 Change-Id: I58530d067c6b9fd238ad184b44cad710d2ff6801 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-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``.