Upgrade from Qt5 to Qt6 for more modern UI (#7373)

* Use Qt 6

* Fixed some Qt6 deps

* Fixed minor compile issues for Qt6

* Drop Debian 11 support (no Qt6 lib)

* Move Debian to top

* Delete expensive to maintain code that yeilds low UX gain

* Unpack all values

* Use %lld instead of %u

* Minor UI improvements

* Add deps for Fedora, OpenSUSE, and Arch

* Fixed CMake lint issue

* Use package name from build.opensuse.org

* Used `zypper search` to find correct package names
This commit is contained in:
Nick Bolton
2024-07-08 15:37:51 +01:00
committed by GitHub
parent d1abddde84
commit 6e82f64ec8
118 changed files with 418 additions and 63713 deletions

View File

@ -23,7 +23,7 @@ def main():
if args.set_qt_version:
config = Config()
_qt_mirror, qt_version, _qt_install_dir = config.get_qt_config()
_, qt_version, _, _ = config.get_qt_config()
github.set_env(qt_version_key, qt_version)
else:
raise RuntimeError("No option selected")