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