Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Linux distributions that build Qt 6: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Developing Qt::Qt Build System]] | |||
An incomplete list of links to Linux distribution package recipes and related resources that build and package Qt 6 | An incomplete list of links to Linux distribution package recipes and related resources that build and package Qt 6 | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Distro !! Package sources !! Continuous integration logs (CI) | !Distro!!Package sources!!Continuous integration logs (CI) | ||
|- | |||
|Arch Linux||[https://github.com/archlinux/svntogit-packages/blob/packages/qt6-base/trunk/PKGBUILD github] [https://archlinux.org/packages/extra/x86_64/qt6-base/ archlinux.org]||N/A | |||
|- | |||
|Arch Linux on ARM (Raspberry PI)||[https://archlinuxarm.org/packages/aarch64/qt6-base archlinuxarm.org]||N/A | |||
|- | |||
|Gentoo||[https://gitweb.gentoo.org/proj/qt.git/tree/eclass/qt6-build.eclass?id=d268c99c3b0d0d8498981e7a3ca3e673a282b31c testing overlay gentoo.org]||N/A | |||
|- | |||
|openSUSE||[https://build.opensuse.org/package/view_file/KDE:Qt6/qt6-base/qt6-base.spec?expand=1 opensuse.org]||[https://build.opensuse.org/package/live_build_log/KDE:Qt6/qt6-base/openSUSE_Tumbleweed/x86_64 opensuse.org Tumbleweed] | |||
|- | |||
|Fedora||[https://src.fedoraproject.org/rpms/qt6/blob/rawhide/f/qt6.spec fedoraproject.org recipe]||[https://koji.fedoraproject.org/koji/buildinfo?buildID=1851203 fedoraproject.org build] [https://kojipkgs.fedoraproject.org/packages/qt6-qtbase/6.2.1/1.fc34/data/logs/x86_64/build.log log] | |||
|- | |||
|RHEL||N/A||N/A | |||
|- | |- | ||
| | |Ubuntu||[https://git.launchpad.net/ubuntu/+source/qt6-base/tree/debian/rules git.launchpad.net]||[https://launchpad.net/ubuntu/+source/qt6-base/6.3.1+dfsg-8/+build/24296244 launchpad.net buildlog] | ||
|- | |- | ||
| | |Debian||[https://salsa.debian.org/qt-kde-team/qt6/qt6-base/-/blob/master/debian/rules debian.org]||[https://buildd.debian.org/status/package.php?p=qt6-base&suite=experimental Debian Package Auto-Building (buildd)] | ||
|- | |- | ||
| | |KDE Neon (based on debian)||[https://invent.kde.org/neon/qt6/qt6-base/-/blob/master/debian/rules kde.org]||[https://build.neon.kde.org/view/qt/ kde.org Jenkins] | ||
|- | |- | ||
| | |vcpkg||[https://github.com/Neumann-A/vcpkg/blob/master/ports/qtbase/portfile.cmake github]||[https://dev.azure.com/vcpkg/public/_build?definitionId=27 azure.com] [https://github.com/microsoft/vcpkg/pull/22009/checks?check_run_id=4505699345 sample github PR check] | ||
|- | |- | ||
| | |Conan center index||[https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conanfile.py github]||[https://github.com/conan-io/conan-center-index/pull/8258 github sample build comment] [https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/8258/14/summary.json jfrog.io sample logs] | ||
|} | |} |
Latest revision as of 13:05, 8 November 2022
An incomplete list of links to Linux distribution package recipes and related resources that build and package Qt 6
Distro | Package sources | Continuous integration logs (CI) |
---|---|---|
Arch Linux | github archlinux.org | N/A |
Arch Linux on ARM (Raspberry PI) | archlinuxarm.org | N/A |
Gentoo | testing overlay gentoo.org | N/A |
openSUSE | opensuse.org | opensuse.org Tumbleweed |
Fedora | fedoraproject.org recipe | fedoraproject.org build log |
RHEL | N/A | N/A |
Ubuntu | git.launchpad.net | launchpad.net buildlog |
Debian | debian.org | Debian Package Auto-Building (buildd) |
KDE Neon (based on debian) | kde.org | kde.org Jenkins |
vcpkg | github | azure.com sample github PR check |
Conan center index | github | github sample build comment jfrog.io sample logs |