-
Notifications
You must be signed in to change notification settings - Fork 5
Update to Qt6 #67
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
Update to Qt6 #67
Conversation
Addresses #66 |
Unfixed bug at https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763 /usr/bin/mcc links to qtchooser, but /usr/lib/qt6/libexec/mcc works correctly
There is a bug that prevents builds on Ubuntu 22.04 without unusual modifications https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763 |
Looks good. Please add the link to Fedora instead of replacing the link to Arch. It is failing the GitHub Workflow builds. Maybe there is an image for ubuntu-24.04? Will have a look when I get the time. |
There are two links for Arch
|
Fedora build works. Ubuntu and Windows need updating. Build on Ubuntu 24.04 also needs an update. |
Ah ok, if the Arch link was duplicate then it is fine to remove. Sorry |
Maybe you can use pkgconfig (PKG_CHECK_MODULES) to find the Qt6 libraries. I haven't checked whether the Windows MinGW packages have pkgconfig files though. I haven't figured out yet how uic, rcc, and qtchooser works. |
Unfixed bug at https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763 /usr/bin/mcc links to qtchooser, but /usr/lib/qt6/libexec/mcc works correctly Add Fedora CI
Remove printsupport plugin library Update Windows Style library
Hi, can you merge bkmgit#4 ? I think then it is ready to merge. |
Fixed builds for Appimage and Debian package
Thanks! Great work! |
Welcome, thanks for the fast feedback. |
No description provided.