I was building Qt 6.4 from source following these instructions on Windows.
I put '-static' as an argument when configuring with 'configure.bat' but after building i found only .a files instead of .lib. Then i checked configure and 'configure.bat' but i didn't find any parameters in which you are specifying what OS you are using.
What am i doing wrong and how to get .lib files instead of unix-like .a?