Correct way to add third-party sip extensions to pyqtdeploy project?

Patrick Stinson patrickkidd at gmail.com
Thu Sep 3 17:51:21 BST 2020


Ok. Is there an example? I’m reading the docs and trying to imagine how the component plugin will look if there is a pure C++ sip extension in the app source tree and if there is a mixed C++ / Python package in the app source tree. I have both.

> On Sep 2, 2020, at 11:59 PM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 03/09/2020 05:33, Patrick Stinson wrote:
>> My app project contains two custom sip5 modules that build
>> successfully on their own. How are these added to the pyqtdeploy
>> project? Is pyqtdeploy supposed to automatically pick them up somehow?
>> I don’t see them listed under “Other Packages”
> 
> You have to write a plugin...
> 
> https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/sysroot.html#writing-a-component-plugin
> 
> Phil


More information about the PyQt mailing list