pyqtdeploy --resources does not split data files in app pkg dir

Patrick Stinson patrickkidd at gmail.com
Wed Oct 28 20:11:29 GMT 2020


—resources splits python modules into several qrc_pyqtdeployN.cpp but still puts all non-python module files in one big source file. This negates the utility of splitting the source files and makes for slow builds with lots of data files in the resources list.

-Patrick


More information about the PyQt mailing list