Details
Description
For instance:
import qbs Project { CppApplication { name: "app" files: "main.cpp" } Product { Depends { name: "app" } Group { name: "files to install" files: ["file1.txt", "file2.txt"] qbs.install: true qbs.installDir: "blubb" } } }
file1.txt and file2.txt will not get installed. If the dependency to "app" is removed, things work as expected.
Attachments
Issue Links
For Gerrit Dashboard: QBS-830 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
114848,18 | Fix property evaluation of export items. | 1.4 | qbs/qbs | Status: MERGED | -2 | 0 |
120639,3 | Extend autotests to catch newly discovered bug. | 1.4 | qbs/qbs | Status: MERGED | +2 | 0 |