Details
-
Suggestion
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
-
None
Description
I'd like to do the following:
Project { references: ["sources/Component1/Component1.qbs", "sources/Component2/Component2.qbs"] property string dirPath: absolutePath('.') // <- hypothetical function }
and now in any of components I can do the following:
CppApplication { ... Group { fileTagsFilter: 'application' qbs.install: true qbs.installDir: project.dirPath + '/bin/' + qbs.buildVariant } ... }
I don't see how I could do this with the current version of Qbs. I know there are many workarounds. What would you recommend?
Attachments
Issue Links
- is replaced by
-
QBS-246 rename path and filePath to something more expressive
- Closed