Re: Pyqtdeploy plan for the end of qmake?
Patrick Stinson <[email protected]> Tue, 28 Apr 2020 04:34:07 -0800
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
Yep, cmake. > On Apr 28, 2020, at 12:47 AM, Phil Thompson <[email protected]> wrote: > > 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