Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.13.0
-
None
-
-
049fbbfa84ce239f340cf6428a626aef69feaeed
Description
The qbs.installDir property completelly ignores on Linux.
e.g. for this project:
import qbs CppApplication { name: "qbsbug" files: [ "qbsbug.cpp" ] Group { fileTagsFilter: product.type qbs.install: true qbs.installDir: "foo" } }
it deploy the binary into <shadow-dir>/install-root/usr/local/foo/ instead of <shadow-dir>/install-root/foo/