[PyQt] pyqtdeploy-sysroot: Building a dev dir?

Patrick Stinson patrickkidd at gmail.com
Sat Jun 15 09:21:12 BST 2019


All of the built-in plugins are static builds for pyqtdeploy to link into the app binary. I mean a dynamic build where you can just “python mine.py” and run your app.

I suppose you are saying the easiest way to do this is to duplicate the existing plugins and edit them to make a dynamic build, or something similar?

> On Jun 15, 2019, at 12:16 AM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 14/06/2019 20:19, Patrick Stinson wrote:
>> Phil,
>> Ever thought about building in a switch to pyqtdeploy that would build
>> a development sysroot rather than just a deployment sysroot?
> 
> I don't know what you mean. There is nothing special about a sysroot - its contents depend on the plugins you use and how you configure them.
> 
> Phil



More information about the PyQt mailing list