Hi,
I'd like to request a feature freeze exception for adding an initial version of
a QML language server (QTBUG-98759).
It is meant to exist as a tool in the qtdeclarative repository, depending on the
library in the new Qt Language Server repository
(https://codereview.qt-project.org/admin/repos
> On 9 Dec 2021, at 09:57, Alexandru Croitor wrote:
>
>
>> On 9. Dec 2021, at 08:53, Lars Knoll wrote:
>>
>> I’m always a bit worried about build system changes in stable branches. Does
>> this in any way interfere with or change how Qt itself is being build and
>> packaged?
>
> It shouldn
> On 9. Dec 2021, at 08:53, Lars Knoll wrote:
>
> I’m always a bit worried about build system changes in stable branches. Does
> this in any way interfere with or change how Qt itself is being build and
> packaged?
It shouldn't, it's extra API to be used by user projects, the Qt build itself
It covers deployment of applications that use Qt and QML modules
targeting Windows and macOS, with further platform support added in
later Qt versions (Linux and cross-compilation if/when possible).
This is the sore thumb sticking out of our CMake API for QML modules. In
order for people to act