Is there a way to customize the ui compiler to use a command other than rcc? For example, I am trying to set up my pyqt5 project using only qmake and want it to use the command pyrcc5 instead of rcc, and with a few custom command line arguments. Thanks!