My only fear is that windows does not use the normal argc, argv that macOS and Linux use since they get their arguments via an internal Windows (*W routine for wide chars).
Not sure if there is a Windows specific call to add additional arguments.
Edit:
It will probably not work given these comments in Qt source:
https://github.com/qt/qtbase/blob/b4...tion.cpp#L2412