[QBS] installing library headers files and .lib

Алексей Скородумов 2350266 at gmail.com
Thu Jun 26 10:14:22 CEST 2014


Hi List,

I am using qbs for building library and have 2 naive questions.
1. I am trying to install header files and library after build (deploy
action in Qt Creator):

    Group {

        fileTagsFilter: product.type

        qbs.installDir: "lib"

        qbs.install: true

    }


    Group {

        files: "public_header.h"

        qbs.installDir: "include"

        qbs.install: true

    }


Installation of lib works pretty well, but headers files
installatition works only some times (quite rare). Is it a bug or am I
doing something wrong?


2. If I am using MS compilers for building shared library I need to install
dll and corresponding .lib file. How can I refer to .lib file from
qbs-project file (product.type refers to generated dll)?

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


More information about the Qbs mailing list