Hi,

>* Is it possbile to generate .lib file with qbs using gcc/mingw toolchain 
>(without writing all necessary steps explicitly)?
*
>I'm not familiar with mingw, so I don't know what kind of library files it 
>produces. I assume that if the mingw module in qbs does not createlib files, 
>then that's not the right thing to do for this kind of toolchain.

>Christian.

By default MinGW does not produce lib (library export) file for a
shared library, but if we need to use this shared library later  with
MSVC, we have to provide a corresponding lib file. It is possible to
generate it by MinGW tools
(http://www.mingw.org/wiki/CreateImportLibraries).

-- 
Best regards,
Alex Skorodumov
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to