-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bump Qt to 6.7.1 and update ci #248
base: main
Are you sure you want to change the base?
Conversation
@dependabot rebase |
The install qt action doesn't support qt 6.7.0 yet. Hopefully that will change within a couple days and we can move forward with moving to the newest version. At this point it's not clear how to address the sqlmimer issue that we ran into with 6.6.2 but maybe it was fixed upstream. |
We might also be able to delete the files https://forum.qt.io/topic/151452/what-qt-specific-files-exactly-do-i-need-to-add-when-deploying/40 |
@dependabot rebase |
linuxdeploy/linuxdeploy-plugin-qt#153 the issue with sqlmimer isn't a qt issue but an issue with linux-deploy-qt. There are some workarounds listed here. We can probably make this work but it seems like a non-ideal solution because we need to manually specify each library we don't want to include. There are likely a lot of libraries being bundled that we don't need because the deploy tool isn't smart enough. |
We need to do the work for #251 as well before we can land this. It might be worth just rolling the work into this or fixing that and rebasing this. |
This should be ready when linuxdeploy/linuxdeploy-plugin-qt#173 is merged. For now pointing to my artifact works #257 |
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.