Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qmake: don't mess up linking order of frameworks
make it "last one wins", consistently with regular libraries. this isn't really relevant in qmake, because the order matters only for static frameworks, which qmake defines out of existence. note that specifying frameworks by full path does not work, so we don't need to amend 9d76bee in that regard. Change-Id: Ib027109339e1b5973c577d69906b6daf83ba9611 Reviewed-by: Joerg Bornemann <[email protected]>
- Loading branch information