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

Алексей Скородумов 2350266 at gmail.com
Fri Jun 27 11:04:00 CEST 2014


Hi,

I am trying to install a .lib file generated during shared library build.

    Group {

        condition: product.type == "dynamiclibrary"

        fileTagsFilter: "dynamiclibrary_export"

        qbs.install: true

        qbs.installDir: "lib"

    }


That does not work. What is a correct way of doing this? Also, I did
not find "dynamiclibrary_export" in qbs sources, so may be this file
tag is wrong?


Is it possbile to generate .lib file with qbs using gcc/mingw
toolchain (without writing all necessary steps explicitly)?


-- 
Best regards,
Alex Skorodumov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20140627/e5dbf9e4/attachment.html>


More information about the Qbs mailing list