Otherwise, reverse-dependencies are bugged
with finding KF5WindowSystem themselves.
Details
Details
- Reviewers
davidedmundson - Group Reviewers
Plasma - Commits
- R242:5033a104e226: Add KF5WindowSystem to link interface
Builds fine, plasma-sdk does not need to add KF5WindowSystem anymore.
Diff Detail
Diff Detail
- Repository
- R242 Plasma Framework (Library)
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
You're right that there's a bug, but I think this solution has it backwards.
We don't use WindowSystem in public API, and it's PlasmaQuick/CmakeLists.txt that's wrong by putting it in public not the other way round.
Comment Actions
Edit: I was wrong.
We do need your first change but not the second change to cmakelists.txt