-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix build with Qt 6.10 #17589
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
Fix build with Qt 6.10 #17589
Conversation
Using your proposed patch I still get build fails on openSUSE Tumbleweed. The following patch successfully compiles for me (though that doesn't mean it is correct).
|
I installed openSUSE Tumbleweed in a VM and had no issues compiling it with my changes. What's the error you're encountering? @regularhunter |
Second attempt built fine on OBS. I recreated the test OBS repo from my first attempt after deleting it, there must have had a typo or something in the patch file. I have attached the build log. |
Qt 6.10 now requires find_package() for private modules. This fixes #17570