aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/faq.rst')
-rw-r--r--sources/pyside2/doc/faq.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside2/doc/faq.rst b/sources/pyside2/doc/faq.rst
index b7e9816c8..99721141b 100644
--- a/sources/pyside2/doc/faq.rst
+++ b/sources/pyside2/doc/faq.rst
@@ -17,21 +17,21 @@ Frequently Asked Questions
The project's old wiki page is available on PySide, but the project is now deprecated and not
supported.
-**There are three wheels (pyside2, shiboken2, and shiboken2_generator), what's the difference?**
+**There are three wheels (pyside2, shiboken6, and shiboken6_generator), what's the difference?**
Before the official release, everything was in one big wheel, so it made sense to split these
into separate wheels, each for the major projects currently in development:
* **pyside2**: contains all the PySide2 modules to use the Qt framework; also depends on the
- shiboken2 module.
- * **shiboken2**: contains the shiboken2 module with helper functions for PySide2.
- * **shiboken2_generator**: contains the generator binary that can work with a C++ project and a
+ shiboken6 module.
+ * **shiboken6**: contains the shiboken6 module with helper functions for PySide2.
+ * **shiboken6_generator**: contains the generator binary that can work with a C++ project and a
typesystem to generate Python bindings.
If you want to generate bindings for a Qt/C++ project, there won't be any linking to the Qt
shared libraries; you need to do this by hand. We recommend building PySide2 from scratch
to have everything properly linked.
-**Why is the shiboken2_generator not installed automatically?**
- It's not necessary to install the shiboken2_generator to use PySide2. The package is a result of
+**Why is the shiboken6_generator not installed automatically?**
+ It's not necessary to install the shiboken6_generator to use PySide2. The package is a result of
the wheel splitting process. To use the generator, it's recommended to build it from scratch to
have the proper Qt linking.