[Development] [Announce] We released Qt Design Studio 4.7.2

2025-06-11 Thread List for announcements regarding Qt releases and development via Announce via Development
We released Qt Design Studio 4.7.2 today, see https://www.qt.io/blog/qt-design-studio-4.7.2-released Big thanks to everyone involved! Best Regards, Thomas Hartmann ___ Announce mailing list annou...@qt-project.org https://lists.qt-project.org/listinfo

Re: [Development] qtbase_git.bb dependency on at-spi bridge

2025-06-11 Thread Michal Šebeň
Hi Dominik, As i noted, if I disable Accessibility via PACKAGECONFIG, I see the following warning: "WARNING: Accessibility disabled. This configuration of Qt is unsupported." In older versions (e.g. https://code.qt.io/cgit/qt/qtbase.git/tree/configure?h=5.7#n2473) you can also find this warning: "

[Development] qtbase_git.bb dependency on at-spi bridge

2025-06-11 Thread Michal Šebeň
Hello, While switching to a newer Qt version using meta-qt6, I noticed there is a new dependency on at-spi2-core. See this MR: https://codereview.qt-project.org/c/yocto/meta-qt6/+/627017 Is there a reason why this additional dependency on at-spi2-core for Accessibility is generally enforced ? Acco