Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.6.0
-
None
-
Linux x86_64
-
d509e486f (dev), d2ccba479 (6.6)
Description
QtAsyncio is installed to CMAKE_CURRENT_BINARY_DIR in https://code.qt.io/cgit/pyside/pyside-setup.git/tree/sources/pyside6/PySide6/CMakeLists.txt#n113
I'm not sure where it is expected to be installed (${PYTHON_SITE_PACKAGES}/${BINDING_NAME}${pyside6_SUFFIX}?), but this is almost certainly wrong, it is inside the build tree, and not even under CMAKE_INSTALL_PREFIX.