-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CMake: Fix Qt resource files with CMake 3.20 #3750
Conversation
Could you provide a short explanation what was wrong and how you fixed it? |
Ok, the "how" is obvious, by inlining the code. |
I suspected somethings was wrong with the QRC file because according to the mixxx logs the resource dir is correct but the Qt Resource System still didn't find any resources. Before, we added a (We can't just add it to |
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.
The new solution is simpler and easier to understand. Removing the remaining redundancy would require to fix mixxx-lib as the comment suggests. LGTM
Thank you for the quick fix! |
Fortunately even Fedora f35/rawhide still uses 3.19. |
I had to, otherwise I can't build Mixxx anymore 😜 |
This change also fixed an issue with missing button icons that I had in Gentoo since 2 months with cmake-3.19.x. |
Fixes https://bugs.launchpad.net/mixxx/+bug/1921549.