Re: Pyqtdeploy plan for the end of qmake?

Phil Thompson <[email protected]> Tue, 28 Apr 2020 09:47:19 +0100
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
On 28/04/2020 06:44, Patrick Stinson wrote:
> Phil,
> 
> What is the plan for pyqtdeploy on Qt 6 when qmake is retired?
> Planning to just port to qmake?

You mean cmake?

> It doesn’t seem like there is a ton of code for the .pro output...

PyQt6 will require SIP v6 which will include a cmake builder (to replace 
the qmake builder in PyQt-builder).

Before that time pyqtdeploy will support SIP v5 (currently planned for 
v3.1) and subsequent support for SIP v6 should be trivial.

Phil