[QBS] 1. Install lib file generated for shared library 2. Generating lib file with gcc/mingw

Christian Kandeler christian.kandeler at digia.com
Fri Jun 27 14:07:55 CEST 2014


On 06/27/2014 01:37 PM, Алексей Скородумов wrote:
> 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).

Hm, ok. Maybe you should at a feature request at the bug tracker then.


Christian




More information about the Qbs mailing list