openframeworks / openframeworks/openFrameworks
Linker flags not working in qtCreator / 0.9.7
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
I recently upgraded a project to 0.9.7 and the additional linker flags no longer appear to be added, e.g. I have added the following in the .qbs file:
of.linkerFlags: ["-lftdi"]
however the flags don't appear in the final linking step and therefore the app fails to compile.
This is under Linux, but probably affects all.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue under Linux using the shown .qbs setting in Qt Creator 0.9.7, then inspect the final linking command to determine where the linker flags are lost. Done means the configured -lftdi flag appears in the final link step and the application compiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, linux
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100