getting .a instead of .lib when building Qt from source

50 Views Asked by At

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?

0

There are 0 best solutions below