-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.13.2
-
None
-
8df43d8c9d704a3abcc58b8ba84fc6fbfee2c433 (pyside/pyside-setup/5.14)
On https://doc.qt.io/qtforpython/shiboken2/gettingstarted.html the compilation is shown as
python setup.py install --qmake=/path/to/qmake \
--build-tests \
--parallel=8 \
--verbose-build \
--internal-build=shiboken2-generator
However, the setup.py file does not accept --internal-build, but only --internal-build-type is accepted by setup.py.
This is also wrong inside the pyside2 repo in sources/shiboken2/doc/gettingstarted.rst. Probably because it is generated from there..