—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