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 _______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
