[Development] Meeting minutes from Qt Release Team meeting 24.10.2023

2023-10-24 Thread Jani Heikkinen via Development
Qt 6.6 status: * Qt 6.6.0 released 2 weeks ago * Qt 6.6.1 release preparations started * First snapshot created * Target is to release Qt 6.6.1 23rd of November * ? branching from '6.6' to '6.6.1' will happen ~mid November Qt 6.7 status: * Snapshot from 'dev'

Re: [Development] Resurrecting QtGamepad

2023-10-24 Thread Arno Rehn
Hi Andy, On 22.10.23 20:57, Andy Nichols wrote: I suppose I was the one who previously stated I wanted to rearchitect QtGamepad before making it part of Qt 6.  The main issue was that it was very focused on gamepads (like the XBox Controller) and did not easily map to other exotic input

[Development] Using qml.exe with a custom QML_ELEMENT plugin

2023-10-24 Thread Elias Steurer via Development
Hello devs, This is a minimal example of a QML_ELEMENT plugin that I want to load via qml.exe. I can compile my plugin and QtCreator does recognize and autocomplete it. This project is based on the "Building a reusable QML module" documentation. See my attached example project: *