Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
QBS should provide a way to disable warnings from modules linked in a Depends item. For example, one is unlikely to want to see warnings in the Qt headers.
A suggested syntax might be something like:
Depends { name: "Qt.core"; system: true }
When `system` is true, the dependency would add its headers using systemIncludePaths / systemFrameworkPaths instead of includePaths / frameworkPaths.
Attachments
Issue Links
- depends on
-
QBS-585 make it possible to parameterize dependencies
- Closed