Hi,
I can't seem to get this to work right:
I'd like qmake to generate dll+import lib and static lib all at the same time (2x compilation of course)
I'm talking about output files like unix libs built from msys with configure:
library.dll
liblibrary.dll.a
liblibrary.a

I'd like to get the same result from "qmake && mingw32-make all". Perhaps maybe "make dll" and "make static" to differentiate.

Is this possible with qmake?

Thanks