Re: [QBS] installing library headers files and .lib

2014-06-26 Thread Christian Kandeler
Hi Alexei, > 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

[QBS] installing library headers files and .lib

2014-06-26 Thread Алексей Скородумов
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 {