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
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 {