-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: Link Qt::DBus on FreeBSD #10894
UI: Link Qt::DBus on FreeBSD #10894
Conversation
As with Linux we need to link Qt::DBus on FreeBSD now that there's a HighContrastEnabled implementation that makes use of it. Fixes: 41ba8bd ("UI: Add HighContrastEnabled implementation fo...")
It seems to just be the case that CI is running with
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As with Linux we need to link Qt::DBus on FreeBSD now that there's a HighContrastEnabled implementation that makes use of it.
Fixes: 41ba8bd ("UI: Add HighContrastEnabled implementation fo...")
Description
Link Qt::DBus on FreeBSD
Motivation and Context
41ba8bd added a HighContrastEnabled implementation which makes use of DBus, and updated UI/cmake/os-linux.cmake to link Qt:DBus. os-freebsd.cmake needs the same change.
How Has This Been Tested?
Built-tested on my laptop.
Types of changes
Checklist: