PySide6 QtOpcUa contribution
-
I would like to contribute to add QtOpcUa module into PySide6 upstream. However, the official qt binaries does not include Qt6OpcUa.
After Qt6OpcUa built locally in my machine, the build process works properly, and I could use PySide6.QtOpcUa in my python project.
How to contribute this so PySide6.QtOpcUa available on upstream pypi https://pypi.org/project/PySide6?
This is the original warning message with original pyside-setup:
-- Could NOT find Qt6OpcUa (missing: Qt6OpcUa_DIR) CMake Warning at E:/Work/Projects/pyside6-plugins/pyside-setup/.pixi/envs/default/Library/lib/cmake/Qt6/Qt6Config.cmake:303 (message): Failed to find optional Qt component "OpcUa". Expected Config file at "E:/Work/Projects/pyside6-plugins/pyside-setup/.pixi/envs/default/Library/lib/cmake/Qt6OpcUa/Qt6OpcUaConfig.cmake" does NOT exist Call Stack (most recent call first): cmake/PySideSetup.cmake:198 (find_package) CMakeLists.txt:14 (include) -
Hi and welcome to devnet,
This module would rather go into the PySide6-Addons package.
I would start by checking whether it's available there. From a quick look at the package page, it seems that this is not the case.
If not, check whether the bug tracker already contains something related. If not, open a feature request to track the work.
Then you can follow the Qt Contribution guidelines to submit a patch.
Thanks for your contribution !