-
Notifications
You must be signed in to change notification settings - Fork 163
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
Qt GUI: Remove translations files from Git and generate them before build instead + remove WebView2 SDK version dependency #1039
Conversation
Thank you for taking care about the translation update issue. |
There should be no problem building it with different versions of Qt though recently I only tested with latest. Just that need at least 6.5 for Windows dark mode support and 6.8 for official MSVC2022 (the older one with MSVC2019 is actually compatible with MSVC2022 too).
|
I'll modify CI with a variable for version so that easier to change. |
Removed version dependencies for Qt and WebView2. Now only one env var in CI for Qt version that is set to latest version of Qt 6 which results in using the pre-release 6.9.0 currently. |
Thank you.
Totally fine (and better, actually, no need of any manual update and we anticipate issues). |
No description provided.