Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
2.3.1
-
None
Description
From Discord:
Module { ... Group { prefix: "~/.conan2/p/b/conan05614b805a9ad/p/share" files: ["**/*"] fileTags: ["conan.resource","conan.artifact"] filesAreTargets: true // << note this } } // later CppAplication { ... Group { fileTagsFilter: "conan.resource" qbs.install: true qbs.installDir: "share" } }
If filesAreTargets is false, the files are accessible in the second group.
We also are able to access Rule's artefacts by their tags, so it seems consistent that files should be accessible via their tag reagrdless of the value of filesAreTargets
See modules generated by Conan provider https://codereview.qt-project.org/c/qbs/qbs/+/336750