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

Phil Thompson phil at riverbankcomputing.com
Thu Sep 3 18:28:53 BST 2020


Look at the plugins that are bundled with pyqtdeploy.

On 03/09/2020 17:51, Patrick Stinson wrote:
> 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