Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
Because Qbs is smart, and does magic like handling the linker flags escaping (via -Wl or -Xlinker) automatically based on the linker in use (clang/gcc compiler frontend vs system ld), users should be informed of this special case and how to properly use:
- cpp.driverFlags
- cpp.linkerFlags
- cpp.linkerMode
- cpp.linkerName
...based on the needs of the project.