<div>I just realized that Qt5.15.3+ will not be available for download in the near future and now I wonder how to use pyqtdeploy with Qt5 and GCC11+. (is that correct? I see questions about PyQt5.15.3+ but Qt5.15.3 is not available here <a href="https://download.qt.io/archive/qt/5.15/">https://download.qt.io/archive/qt/5.15/</a> )<br></div><div><br></div><div>It looks like Qt5 is not ready for GCC11, see <br></div><div><a href="https://bugreports.qt.io/browse/QTBUG-90395">https://bugreports.qt.io/browse/QTBUG-90395</a><br></div><div><br></div><div>So on systems with GCC11 installed - and at least Fedora will be shipped with GCC11 at the end of this month) or if you want to compile with GCC11 for whatever reason you would have to patch Qt before compiling it.<br></div><div><br></div><div>Is there a way to do that with pyqtdeploy? The workflow I'm currently using is to download <br></div><div>qt-everywhere-src-5.15.2.tar.xz, extract it, patch it, re-compress it and put it into ~/.pyqtdeploy/cache/ to be found by pyqtdeploy.<br></div><div><br></div><div>Is there a more straight forward way to do this?<br></div><div><br></div><div>Other approaches I see (apart from not using Qt any more) are:<br></div><div>* Download, compile and use GCC 10 instead of GCC 11 (pre-installed on Fedora 34+)<br></div><div>* Use docker to virtualize the building process<br></div><div>* Switch to PyQt6 (is pyqtdeploy ready for Qt6 yet?)<br></div><div><br></div><div>Any other ideas?<br></div><div><br></div><div>Thanks and happy easter!<br></div><div>Frans<br></div><div><br></div>