PDA

View Full Version : Installing static lib with qmake and mingw32



ghorwin
28th May 2007, 15:34
Hi there,

my mingw32-g++ compiler creates libxxxx.a files and not xxxx.lib files (like on linux). The default behavior of qmake install for lib targets is, however, to copy the .lib files and as a result, I only get an error message but the .a lib file is not copied correctly.

Any suggestion on how I can tell qmake to watch out for .a files on windows if mingw32-g++ is used?

Thanks,
Andreas