-
Notifications
You must be signed in to change notification settings - Fork 119
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
Build Ubuntu packages with Qt6 support #2769
Conversation
c0a919d
to
b330358
Compare
894e783
to
faada36
Compare
Codecov Report
@@ Coverage Diff @@
## main #2769 +/- ##
==========================================
- Coverage 74.39% 73.45% -0.95%
==========================================
Files 199 199
Lines 10359 10398 +39
Branches 1149 1152 +3
==========================================
- Hits 7707 7638 -69
- Misses 2629 2737 +108
Partials 23 23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -14,6 +14,8 @@ jobs: | |||
wasmQt6: | |||
name: Wasm Qt6 | |||
runs-on: ubuntu-20.04 | |||
env: | |||
QTVERSION: 6.2.3 |
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.
Nice!
This updates our packaging scripts and workflows to bring Qt6 support to the Linux platform, using Qt6 packages built on my testing PPA at ppa:okirby/qt6-testing. To make these builds shippable to users, we should migrate these Qt6 package onto an official PPA managed by Mozilla.
So far, this is only implemented for Ubuntu packages. It seems at the present time the Qt6 linguist tools for Fedora have a bug that is breaking the language imports, so I have decided to leave them on Qt5 for the time being.