mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
Use pyside6-rcc instead of rcc because latest version does not support -g option
trafficstars
So, what is there instead of -g, where and why is it removed, do you have more information?
I am checking on this, and I don't see it removed in Qt 6.8.3.
thinkpad /usr/lib64/qt6/libexec # ./rcc --help
Usage: ./rcc [options] inputs
Qt Resource Compiler version 6.8.3
...
-g, --generator <cpp|python|python2> Select generator.
...