Debian Patches

Status for qtcreator/19.0.0~beta1-2

Patch Description Author Forwarded Bugs Origin Last update
debian_paths.diff Adjust the installation paths to the standard Debian locations. Pino Toscano <pino@debian.org> not-needed 2021-08-15
Utils-do-not-assert-on-unknown-unhandled-architectur.patch Utils: do not assert on unknown/unhandled architecture At the time of this writing, Utils::binaryArchitecture() is used only
in one place, and only checking for OsArchArm64 and OsArchAMD64.
.
Hence, for now do not assert on unknown/unhandled architecture, as
adding support for other architectures would not make something more
working. If a new architecture is added to Utils::OsArch and used
somewhere, it is easy to add its detection to binaryArchitecture().
Pino Toscano <toscano.pino@tiscali.it> yes 2026-01-30
int128.diff Guard __int128_t usage using QT_COMPILER_SUPPORTS_INT128 __int128_t is available only on certain architectures (likely 64bit ones);
guard its usage using the Qt define QT_COMPILER_SUPPORTS_INT128.
.
Cannot be upstreamed as QT_COMPILER_SUPPORTS_INT128 was introduced in Qt 6.7,
and qtcreator requires Qt 6.5.
Pino Toscano <pino@debian.org> not-needed 2026-01-31

All known versions for source package 'qtcreator'

Links