The problem is as shown below:
.\build\debug\client\app.exe -h
?????????????: .\build\debug\client\app.exe [?????????]
?????????:
-?, -h, --help ?????????? ??? ???????.
-v, --version ?????????? ?????????? ? ??????.
-n, --no-ui Provide this flag if there is no need to launch GUI
This does not help:
SetConsoleOutputCP( 65001 );
How is the output of qt strings to console done normally on Windows?