Iam inferring from the pyqt docs that the correct way to add a custom sip module to a pyqtdeploy project is to manually generate the .cpp source with the sip exe and then add the .cpp under the Other Extension Modules tab? Or is there a better way to have pyqtdeploy generate/build/link the .cpp file into the project? Thanks! -P