Replies: 1 comment 1 reply
-
Why should someone build qt6base without X11 support?! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looks like you have some effort towards Native Wayland environments but still call some X11 libraries unconditionally.
In cases where qt6base is build without X11 support numerous compiletime errors regarding
blur/blurhelper.cpp:52:74: error: no member named 'QX11Application'
style/themeconfig/ThemeConfig.cpp:595:74: error: no member named 'QX11Application' in namespace 'QNativeInterface'
as a some examples..
At a glance I think if defined could be adjusted to a nested structure where
or something like that
or maybe don't use Q_WS_X11 at all?
Thanks for all your work
Beta Was this translation helpful? Give feedback.
All reactions