Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.2.3, 6.4.0
-
None
-
-
5efe02dd5a (pyside/pyside-setup/6.4) cc0481a46f (pyside/pyside-setup/dev) 5efe02dd5a (pyside/tqtc-pyside-setup/6.4) cc0481a46f (pyside/tqtc-pyside-setup/dev) 5efe02dd5a (pyside/tqtc-pyside-setup/tqtc/6.4) cc0481a46f (pyside/tqtc-pyside-setup/tqtc/dev)
Description
setup.py presently doesn't build properly if your <qtdir>/bin directory is not in the PATH, as during the build of shiboken, Qt6Core.dll is accessed, and setup.py does not add <qtdir>/bin to the path.
If the user specifies {{ --qmake=<qtdir>/bin/qmake.exe}} or --qtpath=<qtdir>/bin/qtpaths.exe to setup.py, those options should be used by setup.py to set the PATH to the <qtdir/bin> directory.
Presently shiboken6 is built if you add <qtdir>/bin to the PATH, but fails the build if <qtdir>/bin is not in the path.
Attachments
Issue Links
- relates to
-
PYSIDE-2530 shiboken_wrapper.sh not available for cross-compilation
- Closed